summaryrefslogtreecommitdiffstats
path: root/source3/smbd/groupname.c
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-10/+6
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison2000-12-071-1/+1
* Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2000-10-131-5/+5
* locking/locking.c: Fixed placeholder code for POSIX locking.Jeremy Allison2000-04-181-0/+1
* converted a couple more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-7/+8
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1/+222
* "retired" two modules to preserve their cvs history.Luke Leighton1998-11-291-638/+1
* fixing group database issuesLuke Leighton1998-11-251-35/+52
* LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1998-11-251-11/+2
* remove / add / attempt to stop remove didn't work.Luke Leighton1998-11-231-0/+651
* unix instance of group database APILuke Leighton1998-11-231-606/+0
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-2/+2
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-183/+546
* domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-211-3/+3
* Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison1998-09-081-0/+5
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-1/+1
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-1/+1
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-2/+2
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-2/+2
* client.c: Made -L do a null-session share unless -U user is specified.Jeremy Allison1998-06-151-0/+34
* Groupname mapping code now lives here.Jeremy Allison1998-06-131-0/+204