Age | Commit message (Expand) | Author | Files | Lines |
2004-02-26 | And another little const | Volker Lendecke | 1 | -1/+1 |
2004-02-12 | abartlet's pdb_set/changed flag fix for NULL passwords | Gerald Carter | 1 | -6/+4 |
2004-02-12 | stupid cut-n=paste error; my fault | Gerald Carter | 1 | -2/+2 |
2004-02-04 | move disabling code to context functions instead of backwards compatible wrap... | Gerald Carter | 1 | -28/+28 |
2004-01-30 | disable any account that doesn't have a password and doesn't had the ACB_PWNO... | Gerald Carter | 1 | -6/+12 |
2004-01-29 | more initialization fixes | Gerald Carter | 1 | -0/+22 |
2004-01-29 | initialization fixes | Gerald Carter | 1 | -0/+41 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 1 | -2/+2 |
2003-06-30 | Add the 'guest' passdb backend automatically if | Volker Lendecke | 1 | -0/+25 |
2003-06-25 | large change: | Gerald Carter | 1 | -1/+1 |
2003-06-22 | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 1 | -2/+2 |
2003-06-20 | Fix bug #136: "passdb backend = " caused smbd to segfault. | Jim McDonough | 1 | -0/+5 |
2003-06-18 | Ok, this patch removes the privilege stuff we had in, unused, for some time. | Simo Sorce | 1 | -18/+16 |
2003-05-16 | add metze's patch for smb_register functions | Simo Sorce | 1 | -1/+1 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett | Jelmer Vernooij | 1 | -2/+2 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions so | Jelmer Vernooij | 1 | -2/+2 |
2003-04-30 | Make the version numbers ints (patch from metze) | Jelmer Vernooij | 1 | -1/+1 |
2003-04-28 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 1 | -7/+17 |
2003-04-24 | - Get rid of module_path_get_name() | Jelmer Vernooij | 1 | -11/+6 |
2003-04-21 | Pdb modules are in $libdir/pdb not $libdir/passdb | Jelmer Vernooij | 1 | -1/+1 |
2003-04-15 | Use the new modules system for passdb (merge from HEAD) | Jelmer Vernooij | 1 | -31/+79 |
2003-03-22 | Thanks to volker, merge passdb changes from HEAD: | Andrew Bartlett | 1 | -0/+63 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -1/+1 |
2002-11-14 | Remove #ifdef's for NISPLUS_SAM - there are no function name collisions anymore | Jelmer Vernooij | 1 | -4/+0 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -2/+2 |
2002-11-02 | Merge passdb from HEAD -> 3.0 | Andrew Bartlett | 1 | -0/+223 |
2002-10-25 | Only run free_private_data when specified (reported by Steve Langasek aka vor... | Jelmer Vernooij | 1 | -1/+2 |
2002-09-26 | sync with HEAD | Gerald Carter | 1 | -58/+58 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -2/+3 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -3/+3 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -110/+225 |
2002-04-04 | Fixed memory leak in make_pdb_context_name() | Tim Potter | 1 | -17/+25 |
2002-03-19 | second step to gain free uid<->rid mapping | Simo Sorce | 1 | -45/+1 |
2002-03-18 | Start to switch away from the alghorithmic uid->rid mapping model | Simo Sorce | 1 | -0/+44 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -1/+1 |
2002-03-02 | This patch merges my private LDAP tree into HEAD. | Andrew Bartlett | 1 | -3/+4 |
2002-02-22 | Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>. | Andrew Bartlett | 1 | -3/+4 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-26 | fix typo | Andrew Bartlett | 1 | -1/+1 |
2002-01-25 | Passdb changes: | Andrew Bartlett | 1 | -5/+19 |
2002-01-20 | This is another *BIG* change... | Andrew Bartlett | 1 | -0/+368 |