Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r14470: Remove some unnecessary headers. | Jelmer Vernooij | 5 | -6/+0 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 13 | -4/+14 |
2007-10-10 | r14402: Generate seperate headers for RPC client functions. | Jelmer Vernooij | 9 | -0/+10 |
2007-10-10 | r14383: Fix non-developer build. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 4 | -4/+8 |
2007-10-10 | r14363: Remove credentials.h from the global includes. | Jelmer Vernooij | 4 | -0/+4 |
2007-10-10 | r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters: | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r14063: libnet depends on dcerpc | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14058: Try to make the continuation on the list of password set mechs clearer. | Andrew Bartlett | 1 | -2/+5 |
2007-10-10 | r13938: Around round of splitups | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 6 | -0/+8 |
2007-10-10 | r13903: Don't generate prototypes for modules and binaries in include/proto.h by | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13317: Create a new function messaging_client_init() which can be used when | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r13104: Migrate and set secrets keytab values in the 'net join' code. This | Andrew Bartlett | 1 | -0/+30 |
2007-10-10 | r12979: Grr, I forgot to commit this file (from Brad Henry's libnet_site | Andrew Bartlett | 1 | -0/+35 |
2007-10-10 | r12976: Patch from Brad Henry <j0j0@riod.ca>: | Andrew Bartlett | 4 | -171/+259 |
2007-10-10 | r12930: Fix ADS join: I wasn't filling in the flag 'realm' variable any more. | Andrew Bartlett | 1 | -3/+1 |
2007-10-10 | r12928: This patch improves the interaction between the vampire and provsion ... | Andrew Bartlett | 2 | -1/+3 |
2007-10-10 | r12926: Syncronsise GUIDs on users and domains from the server. These also | Andrew Bartlett | 5 | -67/+114 |
2007-10-10 | r12903: Factor out a new routine libnet_RpcConnectDCInfo, to both connect to | Andrew Bartlett | 9 | -251/+440 |
2007-10-10 | r12894: Add more detail to error messages. | Andrew Bartlett | 1 | -4/+12 |
2007-10-10 | r12893: Filling in *error_string is critical for SWAT, as the errors otherwise | Andrew Bartlett | 1 | -182/+215 |
2007-10-10 | r12892: Add a 'Migrate from Windows' page to our installation section in SWAT. | Andrew Bartlett | 2 | -0/+69 |
2007-10-10 | r12886: Rename 'secure_channel_type' parameter to domain join as 'join_type'. | Andrew Bartlett | 2 | -7/+7 |
2007-10-10 | r12883: Fix the build... | Andrew Bartlett | 1 | -3/+1 |
2007-10-10 | r12882: Allow the netbios name to be specified at all times. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r12881: Hard-coded defaults are silly. We have smb.conf for a reason. | Andrew Bartlett | 1 | -4/+1 |
2007-10-10 | r12873: Fix valgrind-found uninitialised value. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r12872: Add some more detail to debug message. | Andrew Bartlett | 1 | -3/+9 |
2007-10-10 | r12865: Upgrade the librpc and libnet code. | Andrew Bartlett | 7 | -188/+163 |
2007-10-10 | r12861: Cope when we are not supplied the messaging context. This is just | Andrew Bartlett | 1 | -3/+0 |
2007-10-10 | r12858: This moves the libnet_LookupPdc code to use a GetDC request to find | Andrew Bartlett | 11 | -65/+160 |
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 |