Age | Commit message (Expand) | Author | Files | Lines |
2009-08-27 | s3-schannel: add simple wrappers to fetch and store schannel auth info. | Günther Deschner | 4 | -1/+79 |
2009-08-27 | s3-schannel: make open_schannel_session_store() public. | Günther Deschner | 2 | -1/+2 |
2009-08-27 | libcli/auth: add tdb backend for schannel state. | Günther Deschner | 4 | -1/+242 |
2009-08-27 | libcli/auth: move netlogon_creds_CredentialState out of libcli. | Günther Deschner | 2 | -13/+1 |
2009-08-27 | schannel: add netlogon_creds_CredentialState to IDL. | Günther Deschner | 4 | -0/+142 |
2009-08-27 | s4-schannel: add ldb suffix to schannel functions. | Günther Deschner | 4 | -43/+43 |
2009-08-27 | libcli/auth: rename schannel_state.c to schannel_state_ldb.c. | Günther Deschner | 2 | -14/+14 |
2009-08-27 | s3-build: add SCHANNEL_OBJ to Makefile.in. | Günther Deschner | 1 | -2/+5 |
2009-08-27 | s3:winbind: Convert WINBINDD_GETUSERSIDS to the new API | Volker Lendecke | 6 | -255/+130 |
2009-08-27 | s3:winbind: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2009-08-27 | s3:winbind: Remove the manual caching for the async wb_ functions | Volker Lendecke | 6 | -80/+15 |
2009-08-27 | s3:winbind: Some calls are not cacheable | Volker Lendecke | 1 | -0/+19 |
2009-08-27 | s3:winbind: Factor out wcache_store_seqnum() | Volker Lendecke | 2 | -19/+34 |
2009-08-27 | s3:winbind: Add a generic cache for NDR based parent-child requests | Volker Lendecke | 7 | -21/+157 |
2009-08-27 | s3:winbind: Factor out wcache_fetch_seqnum | Volker Lendecke | 1 | -14/+39 |
2009-08-27 | s4-smbtorture: do not hard code BDC secure channel type into RPC-NETLOGON tests. | Günther Deschner | 1 | -9/+12 |
2009-08-27 | s4-smbtorture: add test_SetPassword_flags to RPC-NETLOGON-S3 testsuite. | Günther Deschner | 1 | -0/+101 |
2009-08-27 | s4:python Add helper to get at the domain SID | Andrew Bartlett | 2 | -0/+33 |
2009-08-26 | s3/smbd: open the share_info.tdb on startup instead of tconx | Steven Danneman | 3 | -1/+11 |
2009-08-26 | s3/debug: make SPENGO OID list appear under one debug header | Steven Danneman | 1 | -1/+4 |
2009-08-26 | s3/winbindd: Remove unnecessary check for NULL SID | Steven Danneman | 2 | -8/+7 |
2009-08-26 | s3-selftest: enable running RPC-NETLOGON-S3 against samba3. | Günther Deschner | 1 | -1/+1 |
2009-08-26 | s4-smbtorture: add RPC-NETLOGON-S3 to test samba3 netlogon server. | Günther Deschner | 2 | -0/+19 |
2009-08-26 | s3 onefs: Canonicalize the ACL in the correct order | tprouty | 1 | -4/+8 |
2009-08-26 | s3: Allow full_audit to play nice with smbd if it's using syslog | tprouty | 2 | -1/+17 |
2009-08-26 | s3 audit: Change create_file in full_audit to print whether a directory or fi... | tprouty | 1 | -2/+28 |
2009-08-26 | s3:winbind: Fix Coverity ID 942: Resource Leak | Volker Lendecke | 1 | -0/+2 |
2009-08-26 | s4:heimdal_build: lib/hcrypto/evp-aes-cts.o belongs to HEIMDAL_HCRYPTO | Stefan Metzmacher | 1 | -1/+1 |
2009-08-26 | s3-netlogon: let get_md4pw() return a struct dom_sid. | Günther Deschner | 1 | -7/+5 |
2009-08-26 | schannel: add generated files. | Günther Deschner | 3 | -0/+339 |
2009-08-26 | schannel: move schannel.idl to main directory. | Günther Deschner | 2 | -1/+1 |
2009-08-26 | netlogon: make netr_NegotiateFlags a public bitmap. | Günther Deschner | 3 | -3/+5 |
2009-08-26 | Add a parameter to disable the automatic creation of krb5.conf files | Volker Lendecke | 4 | -1/+43 |
2009-08-26 | cifs.upcall: make using ip address conditional on new option | Jeff Layton | 2 | -27/+50 |
2009-08-26 | cifs.upcall: switch to getopt_long | Jeff Layton | 1 | -1/+7 |
2009-08-26 | s4:provision Ensure that @OPTIONS is mirrored into each partition | Andrew Bartlett | 3 | -3/+7 |
2009-08-26 | s4:ldb Add ldb_ldif_write_string() and python wrappers | Andrew Bartlett | 4 | -1/+95 |
2009-08-26 | s4:ldb Add hooks to get/set the flags on a ldb_message_element | Andrew Bartlett | 2 | -5/+65 |
2009-08-26 | s4:schema Rework dsdb_write_prefixes_from_schema_to_ldb() to use talloc | Andrew Bartlett | 1 | -14/+20 |
2009-08-26 | s4:provison Add prefixes to ldb using same code a later modify will use | Andrew Bartlett | 4 | -8/+38 |
2009-08-26 | s4:provision Only create references to our server DN after the self join | Andrew Bartlett | 6 | -9/+39 |
2009-08-26 | s4:scheam quiet a 'const' warning | Andrew Bartlett | 1 | -1/+1 |
2009-08-26 | s4:dsdb Rework dsdb_write_prefixes_to_ldb() to take a schema | Andrew Bartlett | 1 | -14/+13 |
2009-08-26 | s4:dsdb Use helper function to add 'show deleted' control | Andrew Bartlett | 1 | -20/+10 |
2009-08-26 | s3-netlogon: fix default case when _netr_LogonSamLogon is called from other o... | Günther Deschner | 1 | -1/+3 |
2009-08-26 | Revert "s3: Fix uninitialized const char *" | Günther Deschner | 1 | -1/+0 |
2009-08-26 | s3-netlogon: get rid of init_net_r_req_chal(). | Günther Deschner | 1 | -13/+1 |
2009-08-26 | s3-netlogon: let get_md4pw() return a struct samr_Password. | Günther Deschner | 2 | -8/+7 |
2009-08-26 | s3-netlogon: make _netr_ServerAuthenticate a callback to _netr_ServerAuthenti... | Günther Deschner | 1 | -46/+16 |
2009-08-25 | Allow for name array strings that don't end in a slash | Zach Loafman | 1 | -12/+17 |