Age | Commit message (Expand) | Author | Files | Lines |
2002-06-14 | Merge of csc termination fix. | Jeremy Allison | 1 | -1/+2 |
2002-06-14 | moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c | Simo Sorce | 1 | -187/+7 |
2002-06-14 | Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_list | Andrew Bartlett | 1 | -4/+4 |
2002-06-11 | few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro... | Simo Sorce | 1 | -4/+10 |
2002-05-31 | Resurrect the 'restrict anonymous' parameter but make it an integer. | Tim Potter | 1 | -4/+4 |
2002-05-19 | Patch to only set SV_TYPE_PRINTQ_SERVER in default_server_announce if a | Tim Potter | 1 | -1/+9 |
2002-05-18 | so here it is the code to introduce seriously debugggging classes. | Simo Sorce | 1 | -3/+2 |
2002-05-18 | A few things in this commit: | Andrew Bartlett | 1 | -10/+12 |
2002-05-17 | Make --with-ldapsam 'go away'. This is now a standard, stable, feature | Andrew Bartlett | 1 | -14/+0 |
2002-05-17 | This removes --with-ssl from Samba. | Andrew Bartlett | 1 | -91/+0 |
2002-05-09 | pidfile merge from SAMBA_2_2 (including --with-fhs) and a few other minor thi... | Gerald Carter | 1 | -5/+9 |
2002-05-08 | Merge in Jerry's called name fix. | Jeremy Allison | 1 | -1/+21 |
2002-04-17 | libsmb/cli_netlogon.c: Fixed confusing debug messages. | Jeremy Allison | 1 | -14/+13 |
2002-04-13 | Patch for arbitary smb.conf paramaters (to make the life of plugin maintainers | Andrew Bartlett | 1 | -4/+112 |
2002-04-13 | Better handling of uid/gid -> RID and RID -> uid/gid code. | Andrew Bartlett | 1 | -0/+5 |
2002-04-12 | set the default hashing scheme in head to "hash2" | Andrew Tridgell | 1 | -0/+3 |
2002-04-11 | This split the mangling code up to allow for the possibility of multiple | Andrew Tridgell | 1 | -0/+3 |
2002-04-10 | Added Shirish's client side caching policy change. | Jeremy Allison | 1 | -2/+17 |
2002-04-02 | Fix continual scanning of smb.conf if an include file doesn't exist. Found | Jeremy Allison | 1 | -7/+7 |
2002-03-27 | Added sys_adminlog() system for info the appliance admins really | Jeremy Allison | 1 | -0/+5 |
2002-03-23 | Minor fixes: | Andrew Bartlett | 1 | -5/+4 |
2002-03-19 | Sync up vfs changes from 2.2.x. | Jeremy Allison | 1 | -1/+2 |
2002-03-13 | include/smb_macros.h: Don't round up an allocation if the size is zero. | Jeremy Allison | 1 | -0/+8 |
2002-03-11 | Implemented default ACL patch (set inherit acls = true on a per share basis). | Jeremy Allison | 1 | -0/+4 |
2002-03-03 | make default unix charset UTF8 | Andrew Tridgell | 1 | -0/+3 |
2002-03-02 | compile fix from vance | Simo Sorce | 1 | -0/+2 |
2002-03-02 | Move these inside the #ifdef to fix the compile on non-LDAPsam systems. | Andrew Bartlett | 1 | -4/+5 |
2002-03-02 | This is now unused | Andrew Bartlett | 1 | -1/+0 |
2002-03-02 | This patch merges my private LDAP tree into HEAD. | Andrew Bartlett | 1 | -7/+94 |
2002-02-27 | Added "nt status support" parameter. Fix offline synchronisation. | Jeremy Allison | 1 | -0/+4 |
2002-02-25 | add required flags to "nt acl support" so it will show up in SWAT | Herb Lewis | 1 | -1/+1 |
2002-02-20 | enable large readwrite by default | Andrew Tridgell | 1 | -1/+1 |
2002-02-16 | Added comment in lp_string() about debugging memory problems. | Tim Potter | 1 | -0/+9 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-25 | that's the wins replication daemon ! | Jean-François Micouleau | 1 | -0/+3 |
2002-01-25 | Initialise password server to "*" in init_globals() | Tim Potter | 1 | -0/+1 |
2002-01-22 | merge from 2.2. of | Gerald Carter | 1 | -0/+4 |
2002-01-20 | This is another *BIG* change... | Andrew Bartlett | 1 | -1/+42 |
2002-01-18 | This is the 'winbind default domain' patch from Alexander Bokovoy | Andrew Bartlett | 1 | -0/+4 |
2002-01-16 | Separate out get_user_home_dir() from get_user_home_service_dir(). | Jeremy Allison | 1 | -37/+29 |
2002-01-16 | Roll back PSTRING_SANCTIFY patch; just leave non-controversial type | Martin Pool | 1 | -1/+1 |
2002-01-15 | Add constness to parameters | Martin Pool | 1 | -2/+2 |
2002-01-09 | For hysterical raisins you must use string_set() to set the value of a | Tim Potter | 1 | -1/+1 |
2002-01-08 | Added get_called_name() function, which replaces global_myname in printing | Jeremy Allison | 1 | -0/+10 |
2002-01-03 | Put a name on lp_talloc pool | Martin Pool | 1 | -1/+1 |
2002-01-02 | sync up ldap defaults with 2.2 | Gerald Carter | 1 | -2/+3 |
2001-12-30 | Add a pile of doxygen style comments to various parts of Samba. Many of these | Andrew Bartlett | 1 | -1/+1 |
2001-12-20 | Removed global debugf. Replaced with lp_set_logfile(name). | Jeremy Allison | 1 | -0/+9 |
2001-12-20 | fixed more warnings on irix | Andrew Tridgell | 1 | -3/+3 |
2001-12-20 | fixed sscanf() of gid_t values | Andrew Tridgell | 1 | -4/+4 |