Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6101: only allow properties we know about, that helps to catch typos! | Stefan Metzmacher | 1 | -1/+98 |
2007-10-10 | r6100: - fix nondiscriminant -> nodiscriminant (that takes me 2 days to find.... | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r6099: use the enum print function | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r6098: fix parsing of empty union cases | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r6097: allow compression only on subcontexts | Stefan Metzmacher | 1 | -2/+6 |
2007-10-10 | r6094: Work on the Kerberos code recently merged from Samba 3.0. This fixes | Andrew Bartlett | 4 | -31/+55 |
2007-10-10 | r6093: Patch to fix sys_select so it can't drop signals if another fd | Jeremy Allison | 1 | -9/+18 |
2007-10-10 | r6088: Add the socket_wrapper library. This is a very simple library that | Jelmer Vernooij | 4 | -1/+463 |
2007-10-10 | r6087: - remove the dlopen code for now (before it goes back, it needs to be | Andrew Tridgell | 1 | -44/+1 |
2007-10-10 | r6086: default to stderr for error messages in ldb, so we get errors in ldb_c... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r6085: dc is case insensitive | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r6084: - Introduce the samldb module dependency on samba4 | Simo Sorce | 3 | -328/+254 |
2007-10-10 | r6079: Add inline documentation on the credentials context API. | Andrew Bartlett | 1 | -6/+118 |
2007-10-10 | r6078: Correctly fix the failures for NT1 (not SPNEGO) session setups in the | Andrew Bartlett | 1 | -4/+0 |
2007-10-10 | r6075: added talloc_enable_null_tracking() (asked for by lifeless) | Andrew Tridgell | 3 | -2/+21 |
2007-10-10 | r6074: fixed non-spnego connections for new credentials code | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r6070: Fix typo's and fallback to "" as default user name if no | Jelmer Vernooij | 2 | -3/+3 |
2007-10-10 | r6065: revert test value | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r6061: add start of compression support in our rpc code | Stefan Metzmacher | 7 | -8/+359 |
2007-10-10 | r6045: Couple of small GTK+ fixes | Jelmer Vernooij | 3 | -63/+69 |
2007-10-10 | r6033: Patch from 'lifeless' to clarify behaviour with NULL pointers. | Andrew Bartlett | 2 | -1/+3 |
2007-10-10 | r6032: Fix up SetServerPassword2 on NETLOGON for [bigendian]. Clearly nobody | Andrew Bartlett | 3 | -45/+30 |
2007-10-10 | r6031: don't try to send errors when the socket has been destroyed | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r6030: Missing from previous commit, a small header file to link | Andrew Bartlett | 1 | -0/+35 |
2007-10-10 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 45 | -963/+597 |
2007-10-10 | r6027: Add copyright, and add a useful debug message. | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r6026: Update the kerberos keytab code to match Samba3 again. | Andrew Bartlett | 1 | -80/+122 |
2007-10-10 | r6025: Remove unused variables. This code will be modified again for the new | Andrew Bartlett | 1 | -6/+2 |
2007-10-10 | r6024: Some of the ordering constraints on the popt callbacks were getting | Andrew Bartlett | 3 | -25/+100 |
2007-10-10 | r6010: Change the testing order, so we test all transports for each binding | Andrew Bartlett | 2 | -4/+4 |
2007-10-10 | r6000: add some notes about the cases where compression (or what ever this is) | Stefan Metzmacher | 2 | -1/+19 |
2007-10-10 | r5999: ups, remove the testvalue that I used against my w2k3 server | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r5998: I was wrong with the highwater mark... | Stefan Metzmacher | 3 | -31/+58 |
2007-10-10 | r5992: Rename schannel.c -> schannel_sign.c. The rest of the schannel code | Andrew Bartlett | 2 | -1/+1 |
2007-10-10 | r5989: Display authentication information (list of available auth protocols | Jelmer Vernooij | 2 | -6/+43 |
2007-10-10 | r5988: Fix the -P option (use machine account credentials) to use the Samba4 | Andrew Bartlett | 20 | -174/+181 |
2007-10-10 | r5987: Add credentials callback for gtk+. The gtk+ apps now no longer | Jelmer Vernooij | 6 | -39/+115 |
2007-10-10 | r5986: Fix the build. Metze, could you please verify that this fix is correct? | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r5985: Actually adding auth_domain.c in -r 5983 would probably have been a | Andrew Bartlett | 1 | -0/+199 |
2007-10-10 | r5984: Add index and attributes to default ldif for secrets.ldb | Andrew Bartlett | 1 | -1/+6 |
2007-10-10 | r5983: Start support for being a domain member in Samba4. | Andrew Bartlett | 3 | -2/+15 |
2007-10-10 | r5980: Fix double free after unexpected disconnect. | Jelmer Vernooij | 1 | -1/+5 |
2007-10-10 | r5977: Fix uninitialised memory bug in ndr_pull_ref_ptr(). This fixes the | Jelmer Vernooij | 2 | -21/+7 |
2007-10-10 | r5976: SIDs can't have more then 5 subauths (caught by [validate] and | Jelmer Vernooij | 3 | -2/+5 |
2007-10-10 | r5963: Fix parameter passing for gentest and locktest | Jelmer Vernooij | 2 | -17/+21 |
2007-10-10 | r5949: give things more meaning, and reuse structs where it is possible | Stefan Metzmacher | 3 | -126/+132 |
2007-10-10 | r5947: print out the password hashes when -d 100 is in use, | Stefan Metzmacher | 1 | -0/+9 |
2007-10-10 | r5942: A couple of small changes to fix things up with the new credentials | Andrew Bartlett | 2 | -3/+4 |
2007-10-10 | r5941: Commit this patch much earlier than I would normally prefer, but metze... | Andrew Bartlett | 53 | -452/+493 |
2007-10-10 | r5940: fix schannel against w2k, it skips the confounder in the signature (24... | Stefan Metzmacher | 1 | -1/+2 |