Displaying 6 results from an estimated 6 matches for "sec_init".
Did you mean:
spec_init
2018 Apr 26
3
[Announce] Samba 4.8.1 Available for Download
...tay Isaacs <amitay at gmail.com>
* BUG 13356: ctdb-client: Fix bugs in client code.
* BUG 13359: ctdb-scripts: Drop "net serverid wipe" from 50.samba event
script.
o Lutz Justen <ljusten at google.com>
* BUG 13368: s3: lib: messages: Don't use the result of sec_init() before
calling sec_init().
o Volker Lendecke <vl at samba.org>
* BUG 13273: libads: Fix the build '--without-ads'.
* BUG 13332: winbind: Keep "force_reauth" in invalidate_cm_connection,
add 'smbcontrol disconnect-dc'.
* BUG 13343: vfs_virusfilt...
2018 Apr 26
3
[Announce] Samba 4.8.1 Available for Download
...tay Isaacs <amitay at gmail.com>
* BUG 13356: ctdb-client: Fix bugs in client code.
* BUG 13359: ctdb-scripts: Drop "net serverid wipe" from 50.samba event
script.
o Lutz Justen <ljusten at google.com>
* BUG 13368: s3: lib: messages: Don't use the result of sec_init() before
calling sec_init().
o Volker Lendecke <vl at samba.org>
* BUG 13273: libads: Fix the build '--without-ads'.
* BUG 13332: winbind: Keep "force_reauth" in invalidate_cm_connection,
add 'smbcontrol disconnect-dc'.
* BUG 13343: vfs_virusfilt...
2018 Apr 17
1
[Announce] Samba 4.7.7 Available for Download
...ong pointer being sent in
glfs_fsync_async.
o Amitay Isaacs <amitay at gmail.com>
* BUG 13359: ctdb-scripts: Drop 'net serverid wipe' from 50.samba event
script.
o Lutz Justen <ljusten at google.com>
* BUG 13368: s3: lib: messages: Don't use the result of sec_init() before
calling sec_init().
o Volker Lendecke <vl at samba.org>
* BUG 13215: smbd can panic if the client-supplied channel sequence number
wraps.
* BUG 13367: dsdb: Fix CID 1034966 Uninitialized scalar variable.
o Stefan Metzmacher <metze at samba.org>
* BUG 1320...
2018 Apr 17
1
[Announce] Samba 4.7.7 Available for Download
...ong pointer being sent in
glfs_fsync_async.
o Amitay Isaacs <amitay at gmail.com>
* BUG 13359: ctdb-scripts: Drop 'net serverid wipe' from 50.samba event
script.
o Lutz Justen <ljusten at google.com>
* BUG 13368: s3: lib: messages: Don't use the result of sec_init() before
calling sec_init().
o Volker Lendecke <vl at samba.org>
* BUG 13215: smbd can panic if the client-supplied channel sequence number
wraps.
* BUG 13367: dsdb: Fix CID 1034966 Uninitialized scalar variable.
o Stefan Metzmacher <metze at samba.org>
* BUG 1320...
2018 Apr 26
0
[Announce] Samba 4.8.1 Available for Download
...lient: Fix bugs in client code.
> > * BUG 13359: ctdb-scripts: Drop "net serverid wipe" from
> 50.samba event
> > script.
> >
> > o Lutz Justen <ljusten at google.com>
> > * BUG 13368: s3: lib: messages: Don't use the result of
> sec_init() before
> > calling sec_init().
> >
> > o Volker Lendecke <vl at samba.org>
> > * BUG 13273: libads: Fix the build '--without-ads'.
> > * BUG 13332: winbind: Keep "force_reauth" in
> invalidate_cm_connection,
> > add...
2020 Mar 15
0
How to create a Bootable Live CD/DVD from your Linux From Scratch (LFS) build
...e2fs sync fdisk dd ; do
/bin/busybox ln /bin/busybox /bin/${applet}
done
# Clear the screen
#clear # Don't! This will clear the Linux boot logo when using a
framebuffer.
# If you want to clear the screen on boot add the "clear" command
to
# '/usr/share/live/sec_init.sh' in the system image.
# Create device nodes required to run this script
# Note: /dev/console will already be available in the ramfs
mknod /dev/null c 1 3
mknod /dev/scd0 b 11 0 # +--------
mknod /dev/scd1 b 11 1 # |
mknod /dev/scd2 b 11 2 # |
mknod /dev/scd3 b 11 3 # |...