summaryrefslogtreecommitdiffstats
path: root/source3/utils/profiles.c
Commit message (Expand)AuthorAgeFilesLines
* Set errno = ENOSYS if mmap not supported.Tim Potter2003-10-141-0/+1
* Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.Jeremy Allison2003-10-021-1/+7
* get rid of more compiler warningsHerb Lewis2003-08-151-1/+1
* #ifdef out apparently unused function.Tim Potter2003-07-021-0/+4
* And finally IDMAP in 3_0Simo Sorce2003-05-121-2/+2
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* Merge:Tim Potter2003-04-141-62/+64
* Grrr. Kill all BSD-isms... Spotted by Paul Green <paulg@sw.stratus.com>.Jeremy Allison2003-02-031-1/+1
* Merge the fix from head about short variables.Richard Sharpe2003-01-161-1/+1
* Some more profiles merges from HEAD (cvsignore and a stray const).Tim Potter2003-01-061-1/+1
* Add profiles utility support to Samba 3.0.xRichard Sharpe2003-01-061-1/+1
* BIG patch...Andrew Bartlett2003-01-021-1/+1
* Spelling fix.Tim Potter2002-11-201-1/+1
* Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-071-6/+4
* A small fix by Andy Thomas. Now that incrementing the Auth index hasRichard Sharpe2002-11-051-1/+2
* See if char * makes the Irix C compiler happier than void *?Richard Sharpe2002-11-051-1/+1
* Make all of the required (I think) changes to make this code work forRichard Sharpe2002-11-051-25/+61
* Start handling Big Endian machines as well as little endian.Richard Sharpe2002-11-051-2/+2
* Make sure that %u is used for SID elements ...Richard Sharpe2002-11-021-1/+1
* Add the changes to change the SIDs ...Richard Sharpe2002-11-011-19/+45
* Add more. Parse SIDs on the command line ... soon will actually mod theRichard Sharpe2002-11-011-11/+88
* Fix small typo ...Richard Sharpe2002-11-011-1/+1
* Add more code to the profiles program and add Makefile.in support.Richard Sharpe2002-11-011-12/+353
* Add a small utility that can print out the SEC DESCs in NTUSER.DAT.Richard Sharpe2002-10-311-0/+250