Age | Commit message (Expand) | Author | Files | Lines |
2003-06-18 | Remove the -A option of wbinfo, leaving only the long version, | Jim McDonough | 1 | -1/+1 |
2003-06-18 | There's nothing particularly secret in idmap.tdb, so create it with | Volker Lendecke | 1 | -1/+1 |
2003-06-18 | And some more memory leaks in mapping.c and pdb_tdb.c. tdb_nextkey | Volker Lendecke | 2 | -2/+15 |
2003-06-18 | Better panic cleanly than segfault later when no sid can be found and created. | Volker Lendecke | 1 | -2/+3 |
2003-06-17 | And more other memory leaks. One new (idmap) and one ancient (groupdb). | Volker Lendecke | 2 | -0/+5 |
2003-06-17 | Fix a memory leak in pdb_tdb.c. | Volker Lendecke | 1 | -0/+2 |
2003-06-17 | Make static (patch from metze) | Jelmer Vernooij | 2 | -2/+2 |
2003-06-17 | Fix building idmap_winbind as shared module | Jelmer Vernooij | 1 | -1/+1 |
2003-06-17 | The return value of init_module functions is NTSTATUS, not int | Jelmer Vernooij | 2 | -6/+4 |
2003-06-17 | Fix memory leak in idmap. Valgrind is soooo cool. | Volker Lendecke | 1 | -0/+2 |
2003-06-17 | Const fixes by metze | Volker Lendecke | 3 | -8/+8 |
2003-06-16 | Update link to DTD | Jelmer Vernooij | 1 | -1/+1 |
2003-06-16 | Squelch one small compiler warning | Richard Sharpe | 1 | -1/+2 |
2003-06-16 | Replace all use of bzero with memset ... | Richard Sharpe | 1 | -15/+15 |
2003-06-16 | This glosses over John's problem at SambaXP 2003. When we want to join | Volker Lendecke | 1 | -3/+17 |
2003-06-16 | Fix misleading debug message. | Volker Lendecke | 1 | -1/+1 |
2003-06-16 | Make net rpc vampire return an error if the sam sync RPC returns an error. | Tim Potter | 1 | -9/+29 |
2003-06-16 | Quieten another debug message. | Tim Potter | 1 | -1/+1 |
2003-06-16 | Quieten debug message. | Tim Potter | 1 | -1/+1 |
2003-06-16 | Update nsstest to cope with wins NSS module as well as winbind NSS | Tim Potter | 1 | -12/+183 |
2003-06-16 | Build libnss_wins.so as part of nsswitch target. Fix for bug #160 | Tim Potter | 2 | -15/+23 |
2003-06-16 | we need to call ads_first_entry() before using a ldap result, | Andrew Tridgell | 1 | -5/+12 |
2003-06-16 | reverted locale patch put in by jht (originally from vorlon). | Andrew Tridgell | 3 | -47/+0 |
2003-06-16 | Fix some compiler warnings. | Tim Potter | 1 | -2/+0 |
2003-06-16 | another improved debug statement | Andrew Tridgell | 1 | -1/+1 |
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 |