index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
passdb
/
machine_sid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:passdb formatting changes
Christian Ambach
2012-09-27
1
-7
/
+7
*
s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()
Michael Adam
2012-07-12
1
-1
/
+1
*
s3: rename sid_check_is_domain() to sid_check_is_our_sam()
Michael Adam
2012-07-12
1
-3
/
+3
*
s3-passdb: trying to decouple passdb and secrets a little.
Günther Deschner
2012-01-18
1
-1
/
+1
*
s3:passdb: convert machine_sid to use dbwrap wrapper functions only
Michael Adam
2011-10-11
1
-3
/
+3
*
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
2011-07-29
1
-1
/
+1
*
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
2011-06-09
1
-4
/
+4
*
s3-passdb: add passdb.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
Quite some callers of sid_split_rid do not care about the rid
Volker Lendecke
2011-03-10
1
-2
/
+1
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-1
/
+1
*
s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.
Günther Deschner
2010-09-20
1
-2
/
+3
*
s3-build: use dbwrap.h only where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3-secrets: only include secrets.h when needed.
Günther Deschner
2010-08-05
1
-0
/
+1
*
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
2010-05-21
1
-11
/
+11
*
s3: Make use of ZERO_STRUCTP
Volker Lendecke
2010-02-05
1
-1
/
+2
*
s3: Remove a pointless if-statement
Volker Lendecke
2010-02-05
1
-1
/
+1
*
s3: Fix some nonempty blank lines
Volker Lendecke
2010-02-05
1
-8
/
+7
*
Use common util_file code.
Jelmer Vernooij
2008-10-12
1
-3
/
+3
*
passdb: guard pdb_generate_sam_sid() with a transaction
Stefan Metzmacher
2008-04-01
1
-2
/
+24
*
Fix some warnings
Volker Lendecke
2008-02-25
1
-1
/
+4
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-4
/
+4
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
James Peach
2007-10-10
1
-1
/
+1
*
r22631: Remove the possibility of sid_check_is_domain and
James Peach
2007-10-10
1
-2
/
+1
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-1
/
+2
*
r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...
Volker Lendecke
2007-10-10
1
-0
/
+24
*
r7577: switching to macro for IS_DC
Gerald Carter
2007-10-10
1
-15
/
+4
*
r6263: Get rid of generate_wellknown_sids, they are const static and initiali...
Volker Lendecke
2007-10-10
1
-2
/
+0
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r1492: Rework our random number generation system.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
Fix bug in previous global_sam_sid() commit. I broke the 'read from
Andrew Bartlett
2004-02-25
1
-1
/
+0
*
I *hate* global variables...
Andrew Bartlett
2004-02-25
1
-30
/
+37
*
Fix the build & get rid of a compiler warning.
Volker Lendecke
2004-02-09
1
-1
/
+1
*
When we set a domain sid, force get_global_sam_sid() to do it's work again.
Andrew Bartlett
2004-02-08
1
-0
/
+7
*
Better panic cleanly than segfault later when no sid can be found and created.
Volker Lendecke
2003-06-18
1
-2
/
+3
*
Merge from HEAD - save the type of channel used to contact the DC.
Andrew Bartlett
2003-04-21
1
-4
/
+11
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-4
/
+3
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-6
/
+5
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-13
/
+40
*
Fix from Stefan "metze" Metzmacher <metze@metzemix.de> to prevent us
Jeremy Allison
2002-04-02
1
-0
/
+5
*
Remove a stub function I forgot to fill in.
Jeremy Allison
2002-03-13
1
-6
/
+0
*
Removed unused var.
Jeremy Allison
2002-03-12
1
-1
/
+0
*
Ensure, if we're a PDC or BDC, that the SID stored for the domain name
Jeremy Allison
2002-03-12
1
-10
/
+70
*
rewrote the machine sid storage code to store the SID in secrets.tdb
Andrew Tridgell
2002-03-10
1
-208
/
+63
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Use lp_private_dir() not magic on the lp_smb_passwd_file() output.
Andrew Bartlett
2001-09-19
1
-7
/
+2
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-1
/
+1
*
Large commit which restructures the local password storage API.
Gerald Carter
2000-11-13
1
-0
/
+260