| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | wrap group enuemration in brcome/unbecome_root() (bug #110) | Gerald Carter | 2003-06-23 | 1 | -0/+14 |
| * | | fix typo (bug #170) | Gerald Carter | 2003-06-23 | 1 | -1/+1 |
| * | | fix bug #178; available space in devmode should be int | Gerald Carter | 2003-06-23 | 1 | -1/+1 |
| * | | lp_security() is a function not an integer | Andrew Tridgell | 2003-06-23 | 1 | -1/+1 |
| * | | Change AC_MSG_ERROR() in krb5.h detection code to AC_MSG_WARN() | Tim Potter | 2003-06-23 | 1 | -1/+1 |
| * | | * set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai... | Gerald Carter | 2003-06-23 | 5 | -36/+276 |
| * | | Produce an error if Active Directory support is requested and we don't | Tim Potter | 2003-06-23 | 1 | -0/+4 |
| * | | Repair indentation in autoconf Kerberos detection code. This should | Tim Potter | 2003-06-23 | 1 | -120/+169 |
| * | | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 2003-06-22 | 22 | -60/+60 |
| * | | (fixing bug in my last commit) | Andrew Bartlett | 2003-06-21 | 1 | -6/+6 |
| * | | Fix memory leak. secrets_fetch allocates memory. | Volker Lendecke | 2003-06-21 | 1 | -0/+2 |
| * | | This removes the StrCaseCmp() stuff from 'net idmap' and 'net | Andrew Bartlett | 2003-06-21 | 5 | -179/+203 |
| * | | This patch fixes some issues with idmap_tdb as raised by bug #181 | Andrew Bartlett | 2003-06-21 | 1 | -91/+115 |
| * | | Always initialize. | Andrew Bartlett | 2003-06-21 | 1 | -0/+2 |
| * | | merge of the netsamlogon caching code from APPLIANCE_HEAD | Gerald Carter | 2003-06-21 | 14 | -173/+667 |
| * | | This patch works towards to goal of common code shared between idmap_ldap | Andrew Bartlett | 2003-06-21 | 4 | -276/+386 |
| * | | Fixed sorting algorithm to prevent problems with W2K clients. | Jeremy Allison | 2003-06-20 | 1 | -2/+2 |
| * | | Fix bug #136. Add message about erroneous empty "passdb backend" parameter. | Jim McDonough | 2003-06-20 | 1 | -0/+4 |
| * | | Fix bug #136: "passdb backend = " caused smbd to segfault. | Jim McDonough | 2003-06-20 | 1 | -0/+5 |
| * | | Fix mount options for ro, dir_mode, file_mode | Steve French | 2003-06-20 | 1 | -2/+2 |
| * | | fixed a bug found by volker | Andrew Tridgell | 2003-06-20 | 1 | -1/+2 |
| * | | The default action for AC_CHECK_LIB is to add the library to $LIBS so | Tim Potter | 2003-06-20 | 1 | -7/+6 |
| * | | Back out some of the changes to nsstest. I've kept the NULL pointer | Tim Potter | 2003-06-20 | 1 | -138/+8 |
| * | | Missed initial param, typo. | Jeremy Allison | 2003-06-20 | 1 | -0/+1 |
| * | | Mapping of Windows ACL inheritance and protected bits onto extended attributes | Jeremy Allison | 2003-06-20 | 2 | -16/+464 |
| * | | Add installmodules to install | Jelmer Vernooij | 2003-06-18 | 1 | -1/+1 |
| * | | Ok, this patch removes the privilege stuff we had in, unused, for some time. | Simo Sorce | 2003-06-18 | 16 | -689/+184 |
| * | | Remove the -A option of wbinfo, leaving only the long version, | Jim McDonough | 2003-06-18 | 1 | -1/+1 |
| * | | There's nothing particularly secret in idmap.tdb, so create it with | Volker Lendecke | 2003-06-18 | 1 | -1/+1 |
| * | | And some more memory leaks in mapping.c and pdb_tdb.c. tdb_nextkey | Volker Lendecke | 2003-06-18 | 2 | -2/+15 |
| * | | Better panic cleanly than segfault later when no sid can be found and created. | Volker Lendecke | 2003-06-18 | 1 | -2/+3 |
| * | | And more other memory leaks. One new (idmap) and one ancient (groupdb). | Volker Lendecke | 2003-06-17 | 2 | -0/+5 |
| * | | Fix a memory leak in pdb_tdb.c. | Volker Lendecke | 2003-06-17 | 1 | -0/+2 |
| * | | Make static (patch from metze) | Jelmer Vernooij | 2003-06-17 | 2 | -2/+2 |
| * | | Fix building idmap_winbind as shared module | Jelmer Vernooij | 2003-06-17 | 1 | -1/+1 |
| * | | The return value of init_module functions is NTSTATUS, not int | Jelmer Vernooij | 2003-06-17 | 2 | -6/+4 |
| * | | Fix memory leak in idmap. Valgrind is soooo cool. | Volker Lendecke | 2003-06-17 | 1 | -0/+2 |
| * | | Const fixes by metze | Volker Lendecke | 2003-06-17 | 3 | -8/+8 |
| * | | Update link to DTD | Jelmer Vernooij | 2003-06-16 | 1 | -1/+1 |
| * | | Squelch one small compiler warning | Richard Sharpe | 2003-06-16 | 1 | -1/+2 |
| * | | Replace all use of bzero with memset ... | Richard Sharpe | 2003-06-16 | 1 | -15/+15 |
| * | | This glosses over John's problem at SambaXP 2003. When we want to join | Volker Lendecke | 2003-06-16 | 1 | -3/+17 |
| * | | Fix misleading debug message. | Volker Lendecke | 2003-06-16 | 1 | -1/+1 |
| * | | Make net rpc vampire return an error if the sam sync RPC returns an error. | Tim Potter | 2003-06-16 | 1 | -9/+29 |
| * | | Quieten another debug message. | Tim Potter | 2003-06-16 | 1 | -1/+1 |
| * | | Quieten debug message. | Tim Potter | 2003-06-16 | 1 | -1/+1 |
| * | | Update nsstest to cope with wins NSS module as well as winbind NSS | Tim Potter | 2003-06-16 | 1 | -12/+183 |
| * | | Build libnss_wins.so as part of nsswitch target. Fix for bug #160 | Tim Potter | 2003-06-16 | 2 | -15/+23 |
| * | | we need to call ads_first_entry() before using a ldap result, | Andrew Tridgell | 2003-06-16 | 1 | -5/+12 |
| * | | reverted locale patch put in by jht (originally from vorlon). | Andrew Tridgell | 2003-06-16 | 3 | -47/+0 |