summaryrefslogtreecommitdiffstats
path: root/source/utils/profiles.c
Commit message (Expand)AuthorAgeFilesLines
* s3:profiles: use regsubkey_ctr_init() instead of using talloc directly.Michael Adam2009-03-271-1/+3
* s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam2009-03-271-3/+3
* More warning fixes for Solaris.Jeremy Allison2009-02-241-15/+15
* Fix all warnings with gcc4.3.Jeremy Allison2009-01-021-1/+1
* Replace sid_string_static with sid_string_tosVolker Lendecke2007-12-151-8/+8
* Getting to the home stretch for elimination of pstrings...Jeremy Allison2007-12-031-24/+39
* Fix the popt / bool issues. Some places we used BOOLJeremy Allison2007-10-191-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* Correctly free memory in regfio pathsAlexander Bokovoy2007-10-151-1/+4
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r21540: Fix Bug #3713 and readd reporting what the profiles tool does (whenGünther Deschner2007-10-101-4/+56
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-101-4/+4
* r16409: Fix Klocwork ID's.Volker Lendecke2007-10-101-1/+4
* r13486: Two more -- fix bug 3503Volker Lendecke2007-10-101-0/+2
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+1
* r9780: Clean up a bunch of compiler warnings.James Peach2007-10-101-2/+2
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2007-10-101-9/+17
* r9658: cleanup a few debug messagesGerald Carter2007-10-101-2/+2
* r9653: adding common popt args to profiles tool (needed for debuglevel to reg...Gerald Carter2007-10-101-15/+25
* r9628: rewrite profiles tool to use the regfio code.Gerald Carter2007-10-101-692/+164
* r9277: Another unused variable. Bugzilla #2985.Tim Potter2007-10-101-2/+0
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-3/+3
* r7703: Fix the problem with MAP_PRIVATE not updating the file.Richard Sharpe2007-10-101-1/+1
* r5318: Fix a small problem in where we ignore the response from a SamrGetGrou...Richard Sharpe2007-10-101-3/+2
* r5269: BUG 858: fix order of popt args evalution so we don't crash when given...Gerald Carter2007-10-101-2/+2
* 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