Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8986: As far as I can tell, given the ldif I get from behind this, we have a | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r8985: Automatically generate make dependency rules for | Jelmer Vernooij | 8 | -198/+150 |
2007-10-10 | r8984: Use the correct cross-reference search in DRSUAPI, rather than making | Andrew Bartlett | 1 | -9/+10 |
2007-10-10 | r8983: The KVNO (Kerberos key version number) should be incremented with | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r8982: "name" is not the netbios name, but the RDN. Return the correct | Andrew Bartlett | 1 | -13/+4 |
2007-10-10 | r8981: Add comments, fix typos (in attribute names) and check for errors in | Andrew Bartlett | 2 | -8/+39 |
2007-10-10 | r8980: Make Samba4 honour account control flags (we were asking for a | Andrew Bartlett | 1 | -3/+5 |
2007-10-10 | r8979: Bunch of makefile fragment inclusion fixes: | Jelmer Vernooij | 6 | -174/+146 |
2007-10-10 | r8977: Put my copyright in share torture test. | Rafal Szczesniak | 1 | -0/+1 |
2007-10-10 | r8975: Very basic test for delshare function based on code submitted | Rafal Szczesniak | 2 | -4/+56 |
2007-10-10 | r8974: Support makefile fragments in .mk files | Jelmer Vernooij | 6 | -113/+52 |
2007-10-10 | r8973: nicer output | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r8972: More simplifications... | Jelmer Vernooij | 3 | -40/+19 |
2007-10-10 | r8970: Add 'ADS' join support to Samba4. | Andrew Bartlett | 2 | -4/+71 |
2007-10-10 | r8969: Make password field a password field, that is - prevent them from | Rafal Szczesniak | 2 | -0/+2 |
2007-10-10 | r8968: More simplifications | Jelmer Vernooij | 1 | -51/+16 |
2007-10-10 | r8966: Simplify the makefile generation system a bit. | Jelmer Vernooij | 13 | -110/+87 |
2007-10-10 | r8955: Move a bit more of the build process to the Makefile | Jelmer Vernooij | 3 | -71/+39 |
2007-10-10 | r8954: Use binding string to specify host rather than share path, as we use | Rafal Szczesniak | 1 | -3/+19 |
2007-10-10 | r8953: Move a few utility functions | Jelmer Vernooij | 2 | -52/+46 |
2007-10-10 | r8952: Partial work commit to find the DN of the new machine account - we | Andrew Bartlett | 2 | -2/+109 |
2007-10-10 | r8944: Get more verbose output from NET-API-LISTSHARE test. | Rafal Szczesniak | 1 | -0/+82 |
2007-10-10 | r8942: Move intermediate subsystem output files to bin/subsystems/ | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r8940: Add TDR (Trivial Data Representation). The aim is to use this later for | Jelmer Vernooij | 6 | -0/+555 |
2007-10-10 | r8939: Do an open domain in the schannel SAMR test. This should test some of | Andrew Bartlett | 1 | -0/+27 |
2007-10-10 | r8936: Use incremental linking. This appeared to be supported on | Jelmer Vernooij | 3 | -7/+45 |
2007-10-10 | r8934: Some refactoring of smb_interfaces code generator. | Tim Potter | 1 | -11/+50 |
2007-10-10 | r8933: Fix missing prototype warnings | Jelmer Vernooij | 2 | -0/+5 |
2007-10-10 | r8932: Handle non-anonymous unions and structures better. | Tim Potter | 1 | -4/+4 |
2007-10-10 | r8930: Add the libnet share tests based on code submitted by | Rafal Szczesniak | 3 | -0/+94 |
2007-10-10 | r8926: RFC 2891 - LDAP Control Extension for Server Side Sorting of Search Re... | Simo Sorce | 1 | -0/+451 |
2007-10-10 | r8925: Start generating header and implementation files for smb_interfaces.h | Tim Potter | 1 | -5/+49 |
2007-10-10 | r8923: put the IRPC default timeout back to 10s (I didn't mean to commit this... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8920: Make NAME hash entry for struct elements a list. | Tim Potter | 1 | -4/+5 |
2007-10-10 | r8919: Return references to structs and unions in parse tree. Fill in type | Tim Potter | 1 | -6/+17 |
2007-10-10 | r8918: Handle const elements in structures or unions. This is a bit yucky but | Tim Potter | 1 | -0/+6 |
2007-10-10 | r8917: Better support for extended ldap search operations | Simo Sorce | 2 | -17/+51 |
2007-10-10 | r8910: An initial parser to parse structures in smb_interfaces.h. This will be | Tim Potter | 4 | -0/+1432 |
2007-10-10 | r8905: don't try to do DNS lookups on interface names with wildcards | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r8904: Split off the query stage as a separate function. | Rafal Szczesniak | 1 | -5/+33 |
2007-10-10 | r8903: Update the howto as smbscript is now installed along with other | Rafal Szczesniak | 1 | -1/+3 |
2007-10-10 | r8902: Revert the small change as Andrew Bartlett asked. Now, let's go | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r8901: Fix ntlm_auth segfault (invalid free()). We have moved to talloc | Andrew Bartlett | 1 | -6/+11 |
2007-10-10 | r8898: Fix provision script to actually work, since location of smbscript | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r8897: Add test for the comment field. | Rafal Szczesniak | 1 | -6/+7 |
2007-10-10 | r8896: Handle more complex case where field being changed doesn't appear | Rafal Szczesniak | 2 | -40/+94 |
2007-10-10 | r8895: work around broken glibc strrchr function that gives valgrind errors o... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r8893: fixed the valgrind error on stream termination due to prototol errors | Andrew Tridgell | 2 | -4/+12 |
2007-10-10 | r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC test | Andrew Tridgell | 4 | -15/+20 |
2007-10-10 | r8886: Exchange the arguments of timeval_compare, this makes it behave like s... | Volker Lendecke | 2 | -9/+10 |