Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r12928: This patch improves the interaction between the vampire and provsion ... | Andrew Bartlett | 7 | -38/+89 |
2007-10-10 | r12927: Fix typo. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r12926: Syncronsise GUIDs on users and domains from the server. These also | Andrew Bartlett | 5 | -67/+114 |
2007-10-10 | r12925: implement client side of ASQ control | Simo Sorce | 3 | -0/+153 |
2007-10-10 | r12919: Ensure we never 'extend' the session key length, or fill in past the | Andrew Bartlett | 1 | -1/+5 |
2007-10-10 | r12918: Don't tell the user the difference between 'no such user' and 'wrong | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r12917: fix decoding of ldap controls | Simo Sorce | 3 | -2/+26 |
2007-10-10 | r12911: try to fix bug #3365 | Stefan Metzmacher | 2 | -4/+12 |
2007-10-10 | r12910: fix bug #3069 | Stefan Metzmacher | 1 | -2/+5 |
2007-10-10 | r12909: add an ldb module for the wins.ldb, | Stefan Metzmacher | 7 | -6/+242 |
2007-10-10 | r12908: use '_' also for indication we want to ask for the localmaster browser, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12907: skip some tests for make quicktest in NBT-WINSREPLICATION | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r12906: return the correct nb_flags | Stefan Metzmacher | 1 | -1/+8 |
2007-10-10 | r12905: add some ldap policies | Simo Sorce | 2 | -7/+132 |
2007-10-10 | r12903: Factor out a new routine libnet_RpcConnectDCInfo, to both connect to | Andrew Bartlett | 9 | -251/+440 |
2007-10-10 | r12902: Fix 'make quicktest'. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r12899: - fix warnings on AIX | Stefan Metzmacher | 2 | -1/+5 |
2007-10-10 | r12898: prepare the 'wins hook' feature, but we only debug out a 'TODO: run s... | Stefan Metzmacher | 5 | -1/+65 |
2007-10-10 | r12897: make it possible to use nosync transaction to speed things up, | Stefan Metzmacher | 1 | -1/+6 |
2007-10-10 | r12896: IRIX make will fallback to gmake with this, | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r12895: Error strings save lives. | Andrew Bartlett | 1 | -10/+16 |
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 | 12 | -57/+458 |
2007-10-10 | r12891: We no longer manually set the 'name' attribute. | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r12887: Add the icon from samba.org to SWAT. | Andrew Bartlett | 1 | -0/+0 |
2007-10-10 | r12886: Rename 'secure_channel_type' parameter to domain join as 'join_type'. | Andrew Bartlett | 3 | -8/+8 |
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 | r12880: Remove ldap partitions useless now and probably we | Simo Sorce | 6 | -785/+604 |
2007-10-10 | r12874: Try to give the startup a few more seconds, so that hosts with | Andrew Bartlett | 1 | -0/+3 |
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 | r12869: I have removed this hack. We now just do the lookups (netbios for now). | Andrew Bartlett | 1 | -3/+0 |
2007-10-10 | r12868: Remove unused code. This has moved to libcli/finddcs.c. | Andrew Bartlett | 2 | -140/+0 |
2007-10-10 | r12867: Remove deleted header. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r12866: This removes the abstraction layer in winbindd intended to deal with | Andrew Bartlett | 5 | -309/+165 |
2007-10-10 | r12865: Upgrade the librpc and libnet code. | Andrew Bartlett | 19 | -247/+242 |
2007-10-10 | r12864: Fix valgrind errors in NET-API-LOOKUP* tests. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r12863: As lha suggested to me a while back, it appears that the | Andrew Bartlett | 5 | -60/+9 |
2007-10-10 | r12862: Need to trim spaces off the end of the node status reply. | Andrew Bartlett | 1 | -1/+10 |
2007-10-10 | r12861: Cope when we are not supplied the messaging context. This is just | Andrew Bartlett | 2 | -6/+9 |
2007-10-10 | r12860: Remove unused function. (we handle this in the password_hash module). | Andrew Bartlett | 1 | -22/+0 |
2007-10-10 | r12859: Make Samba4 match the Samba3 winbindd interface. trunk has moved too | Andrew Bartlett | 1 | -4/+1 |
2007-10-10 | r12858: This moves the libnet_LookupPdc code to use a GetDC request to find | Andrew Bartlett | 20 | -156/+451 |
2007-10-10 | r12856: make the logic much more sane | Stefan Metzmacher | 1 | -3/+7 |
2007-10-10 | r12851: Fix some typos | Jelmer Vernooij | 2 | -4/+4 |
2007-10-10 | r12850: - add Doxygen comments to ldb | Stefan Metzmacher | 7 | -71/+2090 |
2007-10-10 | r12849: fix typo | Stefan Metzmacher | 1 | -1/+1 |