Age | Commit message (Expand) | Author | Files | Lines |
2008-04-01 | passdb: guard pdb_generate_sam_sid() with a transaction | Stefan Metzmacher | 1 | -2/+24 |
2008-02-25 | Fix some warnings | Volker Lendecke | 1 | -1/+4 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 1 | -1/+1 |
2007-10-10 | r22631: Remove the possibility of sid_check_is_domain and | James Peach | 1 | -2/+1 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -1/+2 |
2007-10-10 | r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu... | Volker Lendecke | 1 | -0/+24 |
2007-10-10 | r7577: switching to macro for IS_DC | Gerald Carter | 1 | -15/+4 |
2007-10-10 | r6263: Get rid of generate_wellknown_sids, they are const static and initiali... | Volker Lendecke | 1 | -2/+0 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r1492: Rework our random number generation system. | Andrew Bartlett | 1 | -1/+1 |
2004-02-25 | Fix bug in previous global_sam_sid() commit. I broke the 'read from | Andrew Bartlett | 1 | -1/+0 |
2004-02-25 | I *hate* global variables... | Andrew Bartlett | 1 | -30/+37 |
2004-02-09 | Fix the build & get rid of a compiler warning. | Volker Lendecke | 1 | -1/+1 |
2004-02-08 | When we set a domain sid, force get_global_sam_sid() to do it's work again. | Andrew Bartlett | 1 | -0/+7 |
2003-06-18 | Better panic cleanly than segfault later when no sid can be found and created. | Volker Lendecke | 1 | -2/+3 |
2003-04-21 | Merge from HEAD - save the type of channel used to contact the DC. | Andrew Bartlett | 1 | -4/+11 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -4/+3 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -6/+5 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -13/+40 |
2002-04-02 | Fix from Stefan "metze" Metzmacher <metze@metzemix.de> to prevent us | Jeremy Allison | 1 | -0/+5 |
2002-03-13 | Remove a stub function I forgot to fill in. | Jeremy Allison | 1 | -6/+0 |
2002-03-12 | Removed unused var. | Jeremy Allison | 1 | -1/+0 |
2002-03-12 | Ensure, if we're a PDC or BDC, that the SID stored for the domain name | Jeremy Allison | 1 | -10/+70 |
2002-03-10 | rewrote the machine sid storage code to store the SID in secrets.tdb | Andrew Tridgell | 1 | -208/+63 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-09-19 | Use lp_private_dir() not magic on the lp_smb_passwd_file() output. | Andrew Bartlett | 1 | -7/+2 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -1/+1 |
2000-11-13 | Large commit which restructures the local password storage API. | Gerald Carter | 1 | -0/+260 |