summaryrefslogtreecommitdiff
path: root/source/passdb/machine_sid.c
Commit message (Expand)AuthorAgeFilesLines
* passdb: guard pdb_generate_sam_sid() with a transactionStefan Metzmacher2008-04-121-2/+24
* Fix some warningsVolker Lendecke2008-02-251-1/+4
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+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
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-1/+1
* r22631: Remove the possibility of sid_check_is_domain andJames Peach2007-10-101-2/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-1/+2
* r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke2007-10-101-0/+24
* r7577: switching to macro for IS_DCGerald Carter2007-10-101-15/+4
* r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke2007-10-101-2/+0
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-1/+1
* Fix bug in previous global_sam_sid() commit. I broke the 'read fromAndrew Bartlett2004-02-251-1/+0
* I *hate* global variables...Andrew Bartlett2004-02-251-30/+37
* Fix the build & get rid of a compiler warning.Volker Lendecke2004-02-091-1/+1
* When we set a domain sid, force get_global_sam_sid() to do it's work again.Andrew Bartlett2004-02-081-0/+7
* Better panic cleanly than segfault later when no sid can be found and created.Volker Lendecke2003-06-181-2/+3
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-4/+11
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-4/+3
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-6/+5
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-13/+40
* Fix from Stefan "metze" Metzmacher <metze@metzemix.de> to prevent usJeremy Allison2002-04-021-0/+5
* Remove a stub function I forgot to fill in.Jeremy Allison2002-03-131-6/+0
* Removed unused var.Jeremy Allison2002-03-121-1/+0
* Ensure, if we're a PDC or BDC, that the SID stored for the domain nameJeremy Allison2002-03-121-10/+70
* rewrote the machine sid storage code to store the SID in secrets.tdbAndrew Tridgell2002-03-101-208/+63
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Use lp_private_dir() not magic on the lp_smb_passwd_file() output.Andrew Bartlett2001-09-191-7/+2
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-0/+260