Age | Commit message (Expand) | Author | Files | Lines |
2003-04-24 | When possible, store the IP address of the connecting client, not just the | Andrew Bartlett | 3 | -4/+30 |
2003-04-24 | This is really trying to be a StrnCpy (most names will overflow the 10 char | Andrew Bartlett | 1 | -1/+1 |
2003-04-24 | Patch from Guenther Deschner to fix build with gcc 3.2 | Jelmer Vernooij | 1 | -6/+6 |
2003-04-24 | Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.conf | Jelmer Vernooij | 5 | -269/+542 |
2003-04-24 | Added patch from Stephen Roylance. | John Terpstra | 2 | -26/+26 |
2003-04-23 | For deep referrals, track consumed path using a counter, and calculate the | Shirish Kalele | 1 | -10/+11 |
2003-04-23 | Updated FLAGs - Affects only SWAT. | John Terpstra | 1 | -7/+8 |
2003-04-23 | Thanks to a reminder from vance - delete build_options.c from CVS, now | Andrew Bartlett | 1 | -532/+0 |
2003-04-23 | Patch by Vance Lankhaar <vlankhaar@linux.ca> to automaticly regenerate the | Andrew Bartlett | 4 | -14/+293 |
2003-04-23 | Patch by Metze to ensure that we always at least initialize our output string | Andrew Bartlett | 3 | -3/+12 |
2003-04-23 | More fun with Sun CC needing constant initializers | Andrew Bartlett | 1 | -1/+1 |
2003-04-23 | StrnCpy -> safe_strcpy() on a over-malloced struct. | Andrew Bartlett | 1 | -2/+2 |
2003-04-23 | Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted | Andrew Bartlett | 19 | -149/+148 |
2003-04-23 | We don't have IDMAP in 3.0 yet. | Andrew Bartlett | 1 | -1/+1 |
2003-04-23 | Merge HEAD's winbind into 3.0. | Andrew Bartlett | 16 | -903/+701 |
2003-04-23 | Don't try to continue if initialisation fails (merge from HEAD) | Andrew Bartlett | 1 | -2/+4 |
2003-04-23 | Make the variable name match the comment. | Andrew Bartlett | 1 | -2/+2 |
2003-04-23 | This define does not always seem to be present, so define it if need be. | Andrew Bartlett | 1 | -0/+4 |
2003-04-23 | Fix up non-constant initialisers for Sun's CC. | Andrew Bartlett | 1 | -1/+1 |
2003-04-23 | Parinoia for compleatly broken SMB servers that don't send back the right | Andrew Bartlett | 1 | -2/+3 |
2003-04-23 | Make this safe for -DDEVELOPER checks. | Andrew Bartlett | 1 | -2/+2 |
2003-04-23 | This const isn't quite vaild C. | Andrew Bartlett | 1 | -1/+1 |
2003-04-23 | Add a check to ensure that the server returns the correct device type, not | Andrew Bartlett | 2 | -14/+20 |
2003-04-23 | Merge torture tests from HEAD - it looks like we had rather an incomplete | Andrew Bartlett | 8 | -90/+202 |
2003-04-23 | Try to keep existing behaviour for our printing code - never return | Andrew Bartlett | 1 | -17/+6 |
2003-04-23 | Fix this for both *SMBSERVER and *SMBSERV as per comments in loadparm.c. | Andrew Bartlett | 1 | -1/+9 |
2003-04-23 | Try to avoid setting *SMBSERVER as a 'local name'. | Andrew Bartlett | 1 | -0/+3 |
2003-04-23 | Don't leak the session identifier string when we shut down a vuid. | Andrew Bartlett | 1 | -0/+1 |
2003-04-23 | Now that Volker fixed the real issues with ldapsam and adding null attributes | Andrew Bartlett | 1 | -40/+8 |
2003-04-23 | - Merge a memory leak fix from HEAD | Andrew Bartlett | 1 | -11/+16 |
2003-04-23 | Merge idra's fix for pdb_tdb segfaults from HEAD to 3.0 - sombody changed | Andrew Bartlett | 1 | -3/+7 |
2003-04-23 | allow the unix group in a mapping to be changed; doesn't work with LDAP right... | Gerald Carter | 1 | -1/+21 |
2003-04-23 | Limit the number of outstanding print notify messages for a process to | Jeremy Allison | 2 | -1/+39 |
2003-04-22 | Added Stephen Roylance's patch - Adds to Status page, a Start All, Restart All | John Terpstra | 1 | -9/+38 |
2003-04-22 | Remove ldapsam_search_one_user_by_uid from pdb_ldap. | Andrew Bartlett | 2 | -68/+22 |
2003-04-22 | don't reset the group type unless specified | Gerald Carter | 1 | -14/+8 |
2003-04-22 | update copyright notice that is written to the logs | Gerald Carter | 1 | -1/+1 |
2003-04-22 | Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logic | Jeremy Allison | 1 | -0/+27 |
2003-04-22 | Added editreg. | John Terpstra | 1 | -1/+6 |
2003-04-22 | parse_string is only used for the authentication negotiators. | Volker Lendecke | 2 | -11/+13 |
2003-04-22 | This is meant to be initialised to the size of the buffer. | Andrew Bartlett | 1 | -1/+1 |
2003-04-22 | Add configure test for previous ldap modifications - we now check if the | Andrew Bartlett | 1 | -0/+1 |
2003-04-22 | Make pdb_ldap use a random factor in deciding how long we need to sleep. | Andrew Bartlett | 1 | -7/+22 |
2003-04-22 | Merge (HEAD->3.0) mbp's fixes to our charcnv code - don't use a staic buffer, | Andrew Bartlett | 1 | -12/+33 |
2003-04-22 | Merge mimir's trusted domain code from HEAD -> 3.0, plus some memory | Andrew Bartlett | 1 | -37/+55 |
2003-04-22 | Merge comment with HEAD | Andrew Bartlett | 1 | -3/+3 |
2003-04-22 | Start merging mimir's trusted domain code from HEAD to 3.0. (for HEAD trusting | Andrew Bartlett | 2 | -8/+147 |
2003-04-22 | Setting the credentials for the netsec netlogon pipe connect upon each | Volker Lendecke | 2 | -8/+5 |
2003-04-22 | Oops... | Andrew Bartlett | 1 | -1/+1 |
2003-04-22 | Make our 'get DNS domain name' code try a bit harder - if gethostname() doesn't | Andrew Bartlett | 2 | -9/+32 |