summaryrefslogtreecommitdiff
path: root/source3/passdb/machine_sid.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-27s3:passdb formatting changesChristian Ambach1-7/+7
2012-07-12s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam1-1/+1
2012-07-12s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam1-3/+3
2012-01-18s3-passdb: trying to decouple passdb and secrets a little.Günther Deschner1-1/+1
2011-10-11s3:passdb: convert machine_sid to use dbwrap wrapper functions onlyMichael Adam1-3/+3
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-4/+4
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-03-10Quite some callers of sid_split_rid do not care about the ridVolker Lendecke1-2/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-1/+1
2010-09-20s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner1-2/+3
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-0/+1
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-11/+11
2010-02-05s3: Make use of ZERO_STRUCTPVolker Lendecke1-1/+2
2010-02-05s3: Remove a pointless if-statementVolker Lendecke1-1/+1
2010-02-05s3: Fix some nonempty blank linesVolker Lendecke1-8/+7
2008-10-12Use common util_file code.Jelmer Vernooij1-3/+3
2008-04-01passdb: guard pdb_generate_sam_sid() with a transactionStefan Metzmacher1-2/+24
2008-02-25Fix some warningsVolker Lendecke1-1/+4
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-1/+1
2007-10-10r22631: Remove the possibility of sid_check_is_domain andJames Peach1-2/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-1/+2
2007-10-10r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke1-0/+24
2007-10-10r7577: switching to macro for IS_DCGerald Carter1-15/+4
2007-10-10r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke1-2/+0
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-1/+1
2004-02-25Fix bug in previous global_sam_sid() commit. I broke the 'read fromAndrew Bartlett1-1/+0
2004-02-25I *hate* global variables...Andrew Bartlett1-30/+37
2004-02-09Fix the build & get rid of a compiler warning.Volker Lendecke1-1/+1
2004-02-08When we set a domain sid, force get_global_sam_sid() to do it's work again.Andrew Bartlett1-0/+7
2003-06-18Better panic cleanly than segfault later when no sid can be found and created.Volker Lendecke1-2/+3
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-4/+11
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-4/+3
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-6/+5
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-13/+40
2002-04-02Fix from Stefan "metze" Metzmacher <metze@metzemix.de> to prevent usJeremy Allison1-0/+5
2002-03-13Remove a stub function I forgot to fill in.Jeremy Allison1-6/+0
2002-03-12Removed unused var.Jeremy Allison1-1/+0
2002-03-12Ensure, if we're a PDC or BDC, that the SID stored for the domain nameJeremy Allison1-10/+70
2002-03-10rewrote the machine sid storage code to store the SID in secrets.tdbAndrew Tridgell1-208/+63
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-09-19Use lp_private_dir() not magic on the lp_smb_passwd_file() output.Andrew Bartlett1-7/+2
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-0/+260