Age | Commit message (Expand) | Author | Files | Lines |
2001-11-25 | added 'security=ADS' | Andrew Tridgell | 1 | -0/+1 |
2001-11-24 | added "net join" command | Andrew Tridgell | 1 | -0/+3 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 1 | -9/+4 |
2001-11-19 | Move all other paths into dynconfig | Martin Pool | 1 | -3/+3 |
2001-11-19 | LIBDIR and LOCKDIR are dynamically configured too. | Martin Pool | 1 | -1/+1 |
2001-11-09 | This change updates lp_guestaccount() to be a *global* paramater, rather than | Andrew Bartlett | 1 | -5/+5 |
2001-11-05 | old merge from 2.2 | Gerald Carter | 1 | -8/+27 |
2001-10-31 | Small 'const' updates ahead of some AuthRewrite merging. | Andrew Bartlett | 1 | -7/+7 |
2001-10-17 | added basic NTLMSSP support in smbd. This is still quite rough, and | Andrew Tridgell | 1 | -5/+3 |
2001-10-14 | fixed typo | Andrew Tridgell | 1 | -1/+1 |
2001-10-14 | the next step in the intl changeover. This should get us compiling agian, | Andrew Tridgell | 1 | -342/+341 |
2001-10-12 | Made nt acl support a local parameter for w2ksp2 profile fix. | Jeremy Allison | 1 | -4/+4 |
2001-10-11 | merge from 2.2 | Gerald Carter | 1 | -8/+8 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-26 | OpenSSL merge from 2.2 | Gerald Carter | 1 | -0/+12 |
2001-09-25 | Fixup passdb stuff to add new nisplus and ldap backends. | Jeremy Allison | 1 | -0/+9 |
2001-09-24 | Added SWAT i18n feature: | Motonobu Takahashi | 1 | -338/+339 |
2001-09-23 | Fix up NT_STATUS return for session setups, Win2k objects to anything other | Andrew Bartlett | 1 | -3/+0 |
2001-09-19 | *llist being NULL is not an error | Andrew Tridgell | 1 | -1/+1 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 2 | -26/+20 |
2001-09-16 | Kill off the dangerous passwd program default, as its both very | Andrew Bartlett | 1 | -1/+1 |
2001-09-13 | added a new global option "hostname lookups = yes/no" | Andrew Tridgell | 1 | -0/+7 |
2001-09-07 | added "display charset" option in smb.conf, along with d_printf() | Andrew Tridgell | 1 | -1/+6 |
2001-09-06 | Fixed O(N^2) talloc loop when allocating printer name memory - fix from | Jeremy Allison | 1 | -2/+2 |
2001-09-06 | enable strict locking by default. This will be slow, so now we just | Andrew Tridgell | 1 | -1/+1 |
2001-08-29 | lp_wins_server() is now lp_wins_server_list(). | Christopher R. Hertel | 1 | -1/+1 |
2001-08-26 | Change default 'name resolve order' to WINS before DNS. | Volker Lendecke | 1 | -1/+1 |
2001-08-24 | let admins also abort a shutdown | Simo Sorce | 1 | -0/+3 |
2001-08-23 | so let admins shutdown their samba servers remotely if they want :-) | Simo Sorce | 1 | -0/+4 |
2001-08-23 | Fixed detection of CUPS. We need to check for the presence of the cups | Tim Potter | 1 | -2/+2 |
2001-08-22 | A few changes: | Andrew Bartlett | 1 | -10/+0 |
2001-08-22 | Remove unneeded lp_talloc_free(). | Jeremy Allison | 1 | -3/+0 |
2001-08-22 | merge from 2.2 | Gerald Carter | 1 | -0/+3 |
2001-08-21 | Add a new option to disable our paranoid server check. | Andrew Bartlett | 1 | -0/+4 |
2001-08-13 | merge from 2.2 | Gerald Carter | 1 | -0/+4 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 2 | -16/+34 |
2001-08-10 | - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed) | Simo Sorce | 1 | -11/+9 |
2001-08-10 | merge from 2.2 | Gerald Carter | 1 | -4/+4 |
2001-08-08 | Change all realloc() statements to Realloc() (ecxept for tdb.c) | Simo Sorce | 1 | -25/+13 |
2001-08-06 | Added Gerald's lanman printing only change to HEAD. | Jeremy Allison | 1 | -0/+4 |
2001-08-03 | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 1 | -0/+8 |
2001-08-02 | Put HPUX on mmap blacklist. | Jeremy Allison | 1 | -0/+4 |
2001-08-01 | Added "strict allocate" per share parameter. This causes actual on-disk alloc... | Jeremy Allison | 1 | -0/+4 |
2001-07-30 | Added "use mmap" for HPUX. | Jeremy Allison | 1 | -0/+4 |
2001-07-24 | Convert other parameters (read list, write list, valid users...) to the P_LIS... | Simo Sorce | 1 | -39/+112 |
2001-07-08 | Fix the loading of configuration files using the include syntax. | Andrew Bartlett | 1 | -15/+19 |
2001-07-07 | Add a new paramater: add machine script | Andrew Bartlett | 1 | -0/+4 |
2001-07-05 | removed an unreachable statement | Andrew Tridgell | 1 | -1/+0 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -3/+3 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 2 | -200/+59 |