Age | Commit message (Expand) | Author | Files | Lines |
2003-06-24 | add tdb backup function separation and winbind idmap upgrade code form | Simo Sorce | 5 | -171/+413 |
2003-06-24 | More tuning of Kerberos detection - don't fall through to detect kerberos libs | Tim Potter | 1 | -3/+6 |
2003-06-24 | More sensible behaviour for bug 152. If we don't have krb5.h and were explic... | Tim Potter | 1 | -10/+36 |
2003-06-24 | Fixes from Martin Dorey <mdorey@bluearc.com> to only ask for and change | Jeremy Allison | 1 | -7/+6 |
2003-06-24 | Move the map acl inherit parameter into the protocol section. | Jeremy Allison | 1 | -1/+1 |
2003-06-23 | Fixed the merge_default_aces() code to work correctly with inheritance. | Jeremy Allison | 1 | -11/+38 |
2003-06-23 | * s/get_dc_name/rpc_dc_name/g (revert a previous change) | Gerald Carter | 8 | -178/+43 |
2003-06-23 | wrap group enuemration in brcome/unbecome_root() (bug #110) | Gerald Carter | 1 | -0/+14 |
2003-06-23 | fix typo (bug #170) | Gerald Carter | 1 | -1/+1 |
2003-06-23 | fix bug #178; available space in devmode should be int | Gerald Carter | 1 | -1/+1 |
2003-06-23 | lp_security() is a function not an integer | Andrew Tridgell | 1 | -1/+1 |
2003-06-23 | Change AC_MSG_ERROR() in krb5.h detection code to AC_MSG_WARN() | Tim Potter | 1 | -1/+1 |
2003-06-23 | * set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai... | Gerald Carter | 5 | -36/+276 |
2003-06-23 | Produce an error if Active Directory support is requested and we don't | Tim Potter | 1 | -0/+4 |
2003-06-23 | Repair indentation in autoconf Kerberos detection code. This should | Tim Potter | 1 | -120/+169 |
2003-06-22 | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 22 | -60/+60 |
2003-06-21 | (fixing bug in my last commit) | Andrew Bartlett | 1 | -6/+6 |
2003-06-21 | Fix memory leak. secrets_fetch allocates memory. | Volker Lendecke | 1 | -0/+2 |
2003-06-21 | This removes the StrCaseCmp() stuff from 'net idmap' and 'net | Andrew Bartlett | 5 | -179/+203 |
2003-06-21 | This patch fixes some issues with idmap_tdb as raised by bug #181 | Andrew Bartlett | 1 | -91/+115 |
2003-06-21 | Always initialize. | Andrew Bartlett | 1 | -0/+2 |
2003-06-21 | merge of the netsamlogon caching code from APPLIANCE_HEAD | Gerald Carter | 14 | -173/+667 |
2003-06-21 | This patch works towards to goal of common code shared between idmap_ldap | Andrew Bartlett | 4 | -276/+386 |
2003-06-20 | Fixed sorting algorithm to prevent problems with W2K clients. | Jeremy Allison | 1 | -2/+2 |
2003-06-20 | Fix bug #136. Add message about erroneous empty "passdb backend" parameter. | Jim McDonough | 1 | -0/+4 |
2003-06-20 | Fix bug #136: "passdb backend = " caused smbd to segfault. | Jim McDonough | 1 | -0/+5 |
2003-06-20 | Fix mount options for ro, dir_mode, file_mode | Steve French | 1 | -2/+2 |
2003-06-20 | fixed a bug found by volker | Andrew Tridgell | 1 | -1/+2 |
2003-06-20 | The default action for AC_CHECK_LIB is to add the library to $LIBS so | Tim Potter | 1 | -7/+6 |
2003-06-20 | Back out some of the changes to nsstest. I've kept the NULL pointer | Tim Potter | 1 | -138/+8 |
2003-06-20 | Missed initial param, typo. | Jeremy Allison | 1 | -0/+1 |
2003-06-20 | Mapping of Windows ACL inheritance and protected bits onto extended attributes | Jeremy Allison | 2 | -16/+464 |
2003-06-18 | Add installmodules to install | Jelmer Vernooij | 1 | -1/+1 |
2003-06-18 | Ok, this patch removes the privilege stuff we had in, unused, for some time. | Simo Sorce | 16 | -689/+184 |
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 |