Age | Commit message (Expand) | Author | Files | Lines |
2003-06-16 | made a debug statement more useful | Andrew Tridgell | 1 | -2/+3 |
2003-06-15 | Patch from vorlon@debian.org, see bugzilal #122 | John Terpstra | 3 | -0/+47 |
2003-06-14 | Add 'net idmap restore'. This restores a broken idmap file | Volker Lendecke | 3 | -1/+115 |
2003-06-14 | This patch modifies 'net rpc vampire' to add new and existing users to both | Andrew Bartlett | 2 | -20/+43 |
2003-06-13 | Forward port the app-head changes for dc name cache into 3.0. | Jeremy Allison | 5 | -38/+188 |
2003-06-13 | Fix an spelling mistake. | Richard Sharpe | 1 | -1/+1 |
2003-06-13 | Trivial extension to 'net' to dump current local idmap. | Volker Lendecke | 2 | -0/+62 |
2003-06-13 | Rename some uuid functions so as not to conflict with system | Tim Potter | 4 | -6/+6 |
2003-06-13 | Fix shadow variable warning. | Tim Potter | 1 | -4/+4 |
2003-06-13 | Delete outdated file. | Tim Potter | 1 | -6/+0 |
2003-06-12 | Fix for bug#3. Show comments when doing 'net group -l'. | Volker Lendecke | 2 | -16/+131 |
2003-06-12 | Working on bug#3. We want all of the aliases, so start with 0. | Volker Lendecke | 1 | -0/+2 |
2003-06-12 | Andrew's change to make 'security = domain' work again. Leave the user and group | Volker Lendecke | 1 | -38/+88 |
2003-06-12 | Fix some misleading debug messages. | Volker Lendecke | 1 | -2/+2 |
2003-06-12 | Get rid of a const warning. | Volker Lendecke | 1 | -1/+1 |
2003-06-12 | Fix typo found by Vance | Volker Lendecke | 1 | -1/+1 |
2003-06-12 | Andrew is right, this is probably the wrong approach. | Volker Lendecke | 1 | -26/+5 |
2003-06-11 | Set the user's primary unix group from usrmgr.exe. | Volker Lendecke | 1 | -0/+41 |
2003-06-11 | Sorry idra for messing around with your stuff, but this was obviously not | Volker Lendecke | 1 | -3/+3 |
2003-06-11 | avoid races in getting high watermark | Simo Sorce | 1 | -6/+32 |
2003-06-11 | Fix 'security = domain' without winbind. This stores the sid we got | Volker Lendecke | 1 | -32/+60 |
2003-06-11 | several places in client.c rely in commands[i].name == NULL being a | Andrew Tridgell | 1 | -2/+2 |
2003-06-11 | i'm getting rather sick of this | Andrew Tridgell | 1 | -4/+1 |
2003-06-11 | on AIX FD_ZERO() is defined in terms of bzero(), so we can't have | Andrew Tridgell | 1 | -5/+0 |
2003-06-10 | Add in rety loop for query_user_list (from APP_HEAD). Deals with a bug | Jeremy Allison | 2 | -5/+56 |
2003-06-10 | Don't segfault when -b is specified (fixes debian bug #196833) | Jelmer Vernooij | 1 | -1/+1 |
2003-06-10 | Ok, I've tried being Mr. Nice Guy and people (you know who you are) still | Jeremy Allison | 2 | -4/+5 |
2003-06-10 | More updates on editreg.c to bring it better in line with the Samba source. | Richard Sharpe | 1 | -21/+21 |
2003-06-10 | removed editreg from standard build until it is portable. Right now it | Andrew Tridgell | 1 | -1/+5 |
2003-06-10 | fixed libsmb code to set correct timeout in cli_state when waiting for | Andrew Tridgell | 1 | -2/+2 |
2003-06-10 | fixed smbtorture LOCK1 test to know about the correct multiplier for | Andrew Tridgell | 1 | -2/+3 |
2003-06-10 | use lp_realm() to find the default realm for 'net ads password' | Andrew Tridgell | 1 | -10/+24 |
2003-06-10 | - fixed the bug that forced us not to use the winbindd cache when we | Andrew Tridgell | 5 | -41/+46 |
2003-06-10 | use ZERO_STRUCT() instead of memset | Andrew Tridgell | 1 | -1/+1 |
2003-06-10 | added an auth flag that indicates if we should be allowed to fallback | Andrew Tridgell | 2 | -1/+5 |
2003-06-10 | don't call a function error_message() as that conflicts with a | Andrew Tridgell | 1 | -3/+3 |
2003-06-10 | when creating aliased parameters in loadparm.c you *must* place the | Andrew Tridgell | 1 | -1/+1 |
2003-06-10 | More instrumentation for winbindd. | Jeremy Allison | 1 | -0/+14 |
2003-06-10 | Instrument cache with debug statements so I can have a clue as to what | Jeremy Allison | 1 | -56/+208 |
2003-06-09 | Add some basic DEBUG statements at level 10 so we can see what is being | Jeremy Allison | 1 | -0/+54 |
2003-06-09 | Fix for crash bug noticed by Luke Howard | PADL Software Pty Ltd | www.padl.com. | Jeremy Allison | 1 | -1/+1 |
2003-06-09 | applied patch from bug#140 | Andrew Tridgell | 1 | -1/+2 |
2003-06-08 | Fix some memory leaks and extra cache startups/shutdowns from the trusted | Andrew Bartlett | 2 | -4/+5 |
2003-06-08 | Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'. | Andrew Bartlett | 2 | -9/+68 |
2003-06-08 | Make sure that we use schannel (if configured) when checking for a valid | Andrew Bartlett | 1 | -12/+13 |
2003-06-08 | Rework our smb signing code again, this factors out some of the common | Andrew Bartlett | 1 | -54/+109 |
2003-06-07 | bumping cvs version number to distinguish between SAMBA_3_0 cvs tree | Gerald Carter | 1 | -1/+1 |
2003-06-07 | add back the winbind uid/gid parameter but mark them as deprecated | Gerald Carter | 1 | -0/+2 |
2003-06-07 | Try to fix memory leaks found by valgrind in pdb_ldap code. | Andrew Bartlett | 1 | -3/+3 |
2003-06-07 | Don't assume that the SAM knows the unix home directory - look it up by | Andrew Bartlett | 1 | -6/+14 |