Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s3-build: temporarily add asn1_proto file. | Günther Deschner | 2008-10-22 | 1 | -0/+59 | |
| | | | | | | | Jelmer, how can we get this autogenerated from samba3 in the non merged-build case ? Guenther | |||||
* | s3-asn1: make all of s3 asn1 code do a proper asn1_init() first. | Günther Deschner | 2008-10-22 | 7 | -408/+494 | |
| | | | | Guenther | |||||
* | s3-asn1/spnego: use OIDs including dots. | Günther Deschner | 2008-10-22 | 1 | -4/+4 | |
| | | | | Guenther | |||||
* | s3: use shared asn1 code. | Günther Deschner | 2008-10-22 | 13 | -743/+57 | |
| | | | | Guenther | |||||
* | s3-spnego: move spnego defines to spnego.h | Günther Deschner | 2008-10-22 | 2 | -17/+17 | |
| | | | | Guenther | |||||
* | lib-util: merge from s3 asn1. | Günther Deschner | 2008-10-22 | 1 | -0/+3 | |
| | | | | Guenther | |||||
* | lib-util: fix c++ compile warning. | Günther Deschner | 2008-10-22 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | Slightly simplify reply_sesssetup_blob(): Remove an else branch | Volker Lendecke | 2008-10-22 | 1 | -10/+11 | |
| | ||||||
* | Don't push the data out to the client in reply_sesssetup_blob() | Volker Lendecke | 2008-10-22 | 1 | -4/+0 | |
| | | | | | | Sending the data at this level breaks the assumption at higher levels that req->outbuf == NULL means this request is deferred. It also breaks potential chaining (Kerberos session setup and tcon X in one request) | |||||
* | Remove unused header file. | Jelmer Vernooij | 2008-10-22 | 1 | -3/+0 | |
| | ||||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-10-22 | 2 | -4/+7 | |
|\ | ||||||
| * | Fix a debug message in send_nt_replies() | Volker Lendecke | 2008-10-22 | 1 | -3/+6 | |
| | | ||||||
| * | Fix bug 5840: Segfault in "rpcclient lsaaddacctrights" | Volker Lendecke | 2008-10-22 | 1 | -1/+1 | |
| | | ||||||
* | | masktest: Avoid creating new memory context, use dynamic allocation. | Jelmer Vernooij | 2008-10-22 | 1 | -8/+10 | |
| | | ||||||
* | | Change some dynamic allocations back to static buffers to fix build. | Jelmer Vernooij | 2008-10-22 | 1 | -11/+7 | |
|/ | ||||||
* | Change buffer size back to 256, just to be sure. | Jelmer Vernooij | 2008-10-22 | 1 | -1/+1 | |
| | ||||||
* | Repel pstring to nsswitch/. | Jelmer Vernooij | 2008-10-22 | 10 | -118/+85 | |
| | ||||||
* | Remove pstring usage. | Jelmer Vernooij | 2008-10-22 | 1 | -10/+4 | |
| | ||||||
* | Remove pstring usages. | Jelmer Vernooij | 2008-10-22 | 4 | -18/+14 | |
| | ||||||
* | Require separate option for quicktest include list rather than making | Jelmer Vernooij | 2008-10-22 | 2 | -5/+1 | |
| | | | | assumptions about it. | |||||
* | Fix path for quicktest. | Jelmer Vernooij | 2008-10-22 | 1 | -1/+1 | |
| | ||||||
* | Use standard types. | Jelmer Vernooij | 2008-10-22 | 2 | -24/+24 | |
| | ||||||
* | Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles. | Jeremy Allison | 2008-10-21 | 4 | -16/+71 | |
| | | | | Jeremy. | |||||
* | Don't include a (relative path) srcdir in samba4-data.mk. | Jelmer Vernooij | 2008-10-21 | 3 | -6/+8 | |
| | ||||||
* | Fix AC_SEARCH_LIBS_EXT() usage. | Jelmer Vernooij | 2008-10-21 | 1 | -3/+2 | |
| | ||||||
* | Allow running individual tests in the testsuite, normalize test names, fix ↵ | Jelmer Vernooij | 2008-10-21 | 2 | -6/+13 | |
| | | | | some tests. | |||||
* | Use socket wrapper for selftest.pl, find binaries correctly. | Jelmer Vernooij | 2008-10-21 | 4 | -7/+38 | |
| | ||||||
* | Specify skip list to selftest.pl, make make target depend on test | Jelmer Vernooij | 2008-10-21 | 4 | -3/+6 | |
| | | | | binaries. | |||||
* | Correctly report when merged-build is used in developer mode. | Jelmer Vernooij | 2008-10-21 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'selftest' of git://git.samba.org/jelmer/samba | Jelmer Vernooij | 2008-10-21 | 7 | -1/+58 | |
|\ | ||||||
| * | Make warning a bit more user-friendly. | Jelmer Vernooij | 2008-10-20 | 1 | -1/+3 | |
| | | ||||||
| * | Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftest | Jelmer Vernooij | 2008-10-20 | 19 | -271/+1192 | |
| |\ | ||||||
| * \ | Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftest | Jelmer Vernooij | 2008-10-20 | 23 | -233/+263 | |
| |\ \ | ||||||
| * | | | Add 'selftest' target to Samba 3 that uses the perl selftest code. | Jelmer Vernooij | 2008-10-19 | 6 | -0/+55 | |
| | | | | ||||||
* | | | | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 2008-10-21 | 1 | -3/+0 | |
|\ \ \ \ | ||||||
| * | | | | Remove unused global variables. | Jelmer Vernooij | 2008-10-21 | 1 | -3/+0 | |
| | | | | | ||||||
* | | | | | Silence undefined variable warnings. | Jelmer Vernooij | 2008-10-21 | 1 | -0/+4 | |
|/ / / / | ||||||
* | | | | Automatically enable merged build (for more complete 'make test') when ↵ | Jelmer Vernooij | 2008-10-21 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | possible during developer builds. | |||||
* | | | | Remove duplicate searching of Samba 4 directory for tags. | Jelmer Vernooij | 2008-10-21 | 1 | -8/+0 | |
| | | | | ||||||
* | | | | Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrv | Jelmer Vernooij | 2008-10-21 | 2 | -109/+137 | |
|\ \ \ \ | ||||||
| * | | | | Fix two trivial typos | Volker Lendecke | 2008-10-21 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Create a function out of pam_sm_close_session to delete the credentials. | Andreas Schneider | 2008-10-21 | 1 | -120/+135 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This is the way the creds should be deleted. Now we have back a close_session function which can be used for other things. | |||||
| * | | | | Delete the krb5 ccname variable from the PAM environment if set. | Andreas Schneider | 2008-10-21 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | If winbind sets the KRB5CCNAME variable it should unset it when the cache gets destroyed. | |||||
| * | | | | Set the right return value if wbc_status is set to an error. | Andreas Schneider | 2008-10-21 | 1 | -0/+5 | |
| | | | | | ||||||
* | | | | | Fix double free. | Jelmer Vernooij | 2008-10-21 | 1 | -1/+0 | |
| | | | | | ||||||
* | | | | | Fix the build. | Jelmer Vernooij | 2008-10-21 | 2 | -4/+4 | |
| | | | | | ||||||
* | | | | | Revert "Registry server LDB backend: Don't make copies of the same type" | Jelmer Vernooij | 2008-10-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original data pointer may go away so we do want to make copies in this case. This reverts commit 625359b2e266105022309df8985720108ecd6f67. | |||||
* | | | | | Merge branch 'master' of ssh://git.samba.org/data/git/samba into regsrv | Jelmer Vernooij | 2008-10-21 | 2001 | -187860/+50560 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source4/lib/registry/ldb.c source4/rpc_server/winreg/rpc_winreg.c | |||||
| * | | | | Prevent warning about directory already existing. | Jelmer Vernooij | 2008-10-21 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix rpcecho test. | Jelmer Vernooij | 2008-10-21 | 1 | -2/+1 | |
| | | | | |