| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG 1023: surround get_group_from_gid() with become_unbecome_root() block | Gerald Carter | 2004-04-01 | 1 | -1/+5 |
* | more group lookup access fixes on the neverending bug 281 | Gerald Carter | 2003-12-10 | 1 | -10/+4 |
* | * fix RemoveSidForeignDomain() ; bug 252 | Gerald Carter | 2003-12-04 | 1 | -1/+1 |
* | more access fixes for group enumeration in LDAP; bug 281 | Gerald Carter | 2003-11-24 | 1 | -4/+11 |
* | Fix BUG #314: api_netUserGetGRoups() was failing prematurely | Gerald Carter | 2003-08-19 | 1 | -1/+10 |
* | wrap group enuemration in brcome/unbecome_root() (bug #110) | Gerald Carter | 2003-06-23 | 1 | -0/+14 |
* | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 2003-06-22 | 1 | -1/+1 |
* | Ok, this patch removes the privilege stuff we had in, unused, for some time. | Simo Sorce | 2003-06-18 | 1 | -4/+5 |
* | another bugfix from Alex Deiter <tiamat@komi.mts.ru> | Simo Sorce | 2003-05-16 | 1 | -1/+1 |
* | And finally IDMAP in 3_0 | Simo Sorce | 2003-05-12 | 1 | -2/+7 |
* | *lots of small merges form HEAD | Gerald Carter | 2003-01-15 | 1 | -0/+1 |
* | Merge from HEAD - extract user's list of SIDs from their NT_TOKEN and return | Andrew Bartlett | 2003-01-04 | 1 | -0/+29 |
* | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 2003-01-03 | 1 | -3/+3 |
* | Merge passdb from HEAD -> 3.0 | Andrew Bartlett | 2002-11-02 | 1 | -1/+1 |
* | Sync 3.0 branch with HEAD | Jelmer Vernooij | 2002-08-17 | 1 | -33/+29 |
* | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 2002-07-15 | 1 | -6/+12 |
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
* | This patch makes the 'winbind use default domain' code interact better with | Andrew Bartlett | 2002-01-20 | 1 | -5/+5 |
* | - portablitity fixes for cc -64 on irix | Andrew Tridgell | 2001-12-31 | 1 | -3/+3 |
* | again an intrusive patch: | Jean-François Micouleau | 2001-12-06 | 1 | -149/+59 |
* | added samr_queryuseralias(). instead of returning BUILTIN_ALIAS_RID_USERS, | Jean-François Micouleau | 2001-12-05 | 1 | -0/+180 |
* | fixed a return value | Andrew Tridgell | 2001-12-05 | 1 | -0/+1 |
* | added a boolean to the group mapping functions to specify if we need or | Jean-François Micouleau | 2001-12-04 | 1 | -0/+77 |
* | This commit is number 4 of 4. | Andrew Bartlett | 2001-10-29 | 1 | -1/+1 |
* | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 1 | -2/+0 |
* | Fix up a number of intertwined issues: | Andrew Bartlett | 2001-09-29 | 1 | -4/+4 |
* | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 2001-08-27 | 1 | -13/+13 |
* | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 2001-07-04 | 1 | -1/+1 |
* | merge from 2.2 removing the 'domain XXX' parameters. | Gerald Carter | 2001-05-07 | 1 | -3/+0 |
* | Patch from Simo: | Gerald Carter | 2001-05-07 | 1 | -4/+4 |
* | Big cleanup of passdb and backends. | Jean-François Micouleau | 2001-05-04 | 1 | -10/+19 |
* | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 2001-03-11 | 1 | -28/+23 |
* | Large commit which restructures the local password storage API. | Gerald Carter | 2000-11-13 | 1 | -4/+4 |
* | Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST... | Jeremy Allison | 2000-08-01 | 1 | -6/+6 |
* | Removed save directory argument to become_root() calls. Probably most of | Tim Potter | 2000-06-23 | 1 | -4/+4 |
* | more merging voodoo | Andrew Tridgell | 2000-05-10 | 1 | -0/+4 |
* | Snuck in some whitespace cleanup while I was visiting these files. (-: | Tim Potter | 2000-04-04 | 1 | -2/+0 |
* | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. | Jeremy Allison | 2000-03-22 | 1 | -25/+0 |
* | added the following message to all dce/rpc client/server code, except | Luke Leighton | 2000-03-22 | 1 | -0/+25 |
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 1 | -1/+322 |
* | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1998-11-17 | 1 | -322/+1 |
* | cleaning up conflicts between group code not yet committed and | Luke Leighton | 1998-11-12 | 1 | -687/+0 |
* | Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioa | Jeremy Allison | 1998-11-12 | 1 | -4/+31 |
* | libsmb/smbdes.c: #ifdef'ed out code prior to removal. | Jeremy Allison | 1998-10-22 | 1 | -1/+31 |
* | domain aliases added a bit better: does local aliases if you query | Luke Leighton | 1998-10-21 | 1 | -1/+0 |
* | the next dialog: user-groups. it's not very sensible what appears, but hey: | Luke Leighton | 1998-10-21 | 1 | -1/+1 |
* | Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode. | Jeremy Allison | 1998-10-21 | 1 | -1/+1 |
* | fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh). | Luke Leighton | 1998-10-21 | 1 | -6/+6 |
* | signed / unsigned warnings (found by herb). | Luke Leighton | 1998-10-20 | 1 | -7/+7 |
* | dce/rpc. bug-fix in ipc.c (introduced today :) | Luke Leighton | 1998-10-20 | 1 | -27/+87 |