Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r12724: fix warnings | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r12719: Rename unicodePwd -> sambaPassword. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r12696: Reduce the size of include/structs.h | Jelmer Vernooij | 3 | -1/+2 |
2007-10-10 | r12694: Move some headers to the directory of the subsystem they belong to. | Jelmer Vernooij | 2 | -1/+2 |
2007-10-10 | r12670: Make a couple of dependencies stricter | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12611: fix compiler warnings | Stefan Metzmacher | 2 | -8/+8 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 12 | -23/+0 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 4 | -0/+6 |
2007-10-10 | r12538: Clarify why we are doing the delete here. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r12510: Change the DCE/RPC interfaces to take a pointer to a | Jelmer Vernooij | 8 | -39/+16 |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r12430: Clarify libnet_join code. Add/fix comments. | Andrew Bartlett | 1 | -10/+10 |
2007-10-10 | r12423: Remove DEBUG(0) printouts in favor of more information to the caller. | Andrew Bartlett | 2 | -5/+4 |
2007-10-10 | r12421: Handle the case where we are a joining as different account types far... | Andrew Bartlett | 1 | -32/+78 |
2007-10-10 | r12411: Add 'net samdump keytab <keytab>'. | Andrew Bartlett | 3 | -0/+151 |
2007-10-10 | r12254: Add some (hopefully correct) descriptions for libraries that are inst... | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldb | Andrew Bartlett | 1 | -3/+4 |
2007-10-10 | r12105: Formatting. | Rafal Szczesniak | 1 | -3/+3 |
2007-10-10 | r11995: A big kerberos-related update. | Andrew Bartlett | 1 | -0/+35 |
2007-10-10 | r11815: A bit more comments and spaces for better readability. | Rafal Szczesniak | 2 | -1/+11 |
2007-10-10 | r11813: Const-ify name resolution method list and use string list | Rafal Szczesniak | 2 | -11/+2 |
2007-10-10 | r11794: - fixed a valgrind error in libnet, caused by using a stack variable | Andrew Tridgell | 3 | -10/+8 |
2007-10-10 | r11750: More comments. | Rafal Szczesniak | 1 | -3/+4 |
2007-10-10 | r11749: 1) Buffer allocation's been moved and isn't needed here. | Rafal Szczesniak | 1 | -3/+1 |
2007-10-10 | r11747: Move buffer allocation to libnet_Lookup function so that the | Rafal Szczesniak | 1 | -1/+6 |
2007-10-10 | r11708: Fix allocation of too small buffer to hold ip address. | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r11705: Fix segfaulting create user function. | Rafal Szczesniak | 1 | -0/+4 |
2007-10-10 | r11567: Ldb API change patch. | Simo Sorce | 1 | -7/+8 |
2007-10-10 | r11410: Fix rejoin as a BDC by modifying, rather than trying to recreate, the | Andrew Bartlett | 1 | -2/+37 |
2007-10-10 | r11409: The use of 'password server = ' here is still bogus, but for now at | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r11407: Push 'recreate account' logic into libnet/libnet_join.c. We don't | Andrew Bartlett | 2 | -2/+34 |
2007-10-10 | r11382: Require number of required M4 macros | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r11377: Add support for building LIBRARY elements as shared libraries: | Jelmer Vernooij | 1 | -1/+4 |
2007-10-10 | r11349: Actually add all the new spns... | Andrew Bartlett | 1 | -12/+6 |
2007-10-10 | r11348: Fixes for 'net join': | Andrew Bartlett | 1 | -18/+19 |
2007-10-10 | r11287: Understand the new behaviour of the LSA pipe on ncacn_ip_tcp in Win2k... | Andrew Bartlett | 1 | -48/+66 |
2007-10-10 | r11244: Relative path names in .mk files | Jelmer Vernooij | 1 | -14/+14 |
2007-10-10 | r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica... | Jelmer Vernooij | 1 | -6/+0 |
2007-10-10 | r11197: indent | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r11094: Connect to SAM, implement getdcname | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r10913: This patch isn't as big as it looks ... | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r10894: make the handling of dn/distinguishedName much closer to real | Andrew Tridgell | 1 | -5/+2 |
2007-10-10 | r10810: This adds the hooks required to communicate the current user from the | Andrew Bartlett | 2 | -3/+3 |
2007-10-10 | r10701: Ensure we return the right user handle. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r10696: Return the realm to the caller, not NULL... | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r10679: Monitor messages should be issued from usermod functions. | Rafal Szczesniak | 2 | -8/+52 |
2007-10-10 | r10633: Formatting. | Rafal Szczesniak | 1 | -3/+4 |
2007-10-10 | r10631: Formatting. | Rafal Szczesniak | 1 | -3/+3 |
2007-10-10 | r10586: Add MergedObject() builder. Default to Library() rather | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10566: Clean up error messages to provide more accurate info. | Andrew Bartlett | 1 | -5/+10 |