summaryrefslogtreecommitdiffstats
path: root/source/passdb/machine_sid.c
Commit message (Expand)AuthorAgeFilesLines
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-4/+3
* Replaced reference to global_myworkgroup by calls to lp_workgroup().Volker Lendecke2002-08-211-6/+5
* Fix commentAndrew Bartlett2002-06-071-1/+1
* Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-071-13/+38
* so here it is the code to introduce seriously debugggging classes.Simo Sorce2002-05-181-0/+2
* 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