summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11601: try to fix the build on IRIX 6.5 us4Stefan Metzmacher1-0/+3
2007-10-10r11600: remove unused codeStefan Metzmacher2-1678/+0
2007-10-10r11599: remove local (and broken) version of strhaslower() strhasupper()Stefan Metzmacher1-24/+0
2007-10-10r11598: fixed strhaslower() and strhasupper() to not falsely recogniseAndrew Tridgell1-4/+10
2007-10-10r11597: revert a commit by mistakeSimo Sorce1-0/+12
2007-10-10r11596: switched the libcli/raw/ code over to using the lib/stream/ genericAndrew Tridgell6-109/+55
2007-10-10r11595: added a helper layer to parse streams into individual packets. This isAndrew Tridgell3-0/+368
2007-10-10r11594: ensure ldb_search() sets *res to NULL on failure (some of the updatedAndrew Tridgell1-0/+2
2007-10-10r11593: added a data_blob_realloc() functionAndrew Tridgell1-0/+12
2007-10-10r11592: fixed a crash bug from the ldb_result changes (res was being used aft...Andrew Tridgell1-4/+6
2007-10-10r11588: Remove unused (at the moment) variable and quiet compiler warning.Rafal Szczesniak1-1/+0
2007-10-10r11586: Further work on ejs interface for libnet. The idea is to split libnetRafal Szczesniak2-4/+57
2007-10-10r11572: Add support for accountExpires and password expiry (should cause theAndrew Bartlett1-2/+32
2007-10-10r11568: Debuging aids: Let the administrator know when a key/entry expired,Andrew Bartlett1-6/+28
2007-10-10r11567: Ldb API change patch.Simo Sorce39-807/+1212
2007-10-10r11555: - change socket_wrapper to support multiple IP'sStefan Metzmacher3-61/+277
2007-10-10r11554: make us able to run without depending on 127.0.0.1Stefan Metzmacher1-6/+8
2007-10-10r11553: give an error when the lookup failedStefan Metzmacher1-7/+19
2007-10-10r11552: fix indentStefan Metzmacher1-3/+3
2007-10-10r11547: - don't do pull replication when pullIntervall is 0Stefan Metzmacher3-9/+14
2007-10-10r11546: add more errno ntstatus mappings, to get more usefull errors from soc...Stefan Metzmacher1-0/+15
2007-10-10r11545: Remove old #define.Andrew Bartlett1-8/+0
2007-10-10r11544: Allow delegation in a Samba4 realm.Andrew Bartlett1-0/+1
2007-10-10r11543: A major upgrade to our KDC and PAC handling.Andrew Bartlett14-238/+545
2007-10-10r11542: Add the netbios name type. We will need it when we start to handleAndrew Bartlett1-0/+1
2007-10-10r11541: More logical (I think...) delegation semantics.Andrew Bartlett1-10/+14
2007-10-10r11540: Some notes to myself on RFC complience.Andrew Bartlett1-0/+7
2007-10-10r11539: Fix indentation in templates. Always generate lower-caseJelmer Vernooij5-8/+10
2007-10-10r11538: More notes on things we need.Andrew Bartlett1-0/+3
2007-10-10r11537: Make the authsam_account_ok routine callable by external users (the K...Andrew Bartlett1-19/+21
2007-10-10r11536: Add a hook for client-principal access control to hdb-ldb, re-usingAndrew Bartlett7-44/+231
2007-10-10r11535: Support void functions when generating templates.Jelmer Vernooij1-2/+10
2007-10-10r11534: Consider ntvfs as a libraryJelmer Vernooij1-1/+5
2007-10-10r11533: Be a bit less intrusiveVolker Lendecke1-1/+2
2007-10-10r11532: Enable kerberos session setup for winbind smb connectionsVolker Lendecke1-0/+9
2007-10-10r11529: Disable DNS lookups for forwarded credentials, unless really, reallyAndrew Bartlett1-34/+41
2007-10-10r11528: Separate finding dcs from initializing a domain. Makes it easier to p...Volker Lendecke12-355/+571
2007-10-10r11527: Has this ever been run?Volker Lendecke1-0/+1
2007-10-10r11526: And another warning...Volker Lendecke1-1/+1
2007-10-10r11525: Move lookups (including the attribute search) for users fromAndrew Bartlett2-112/+127
2007-10-10r11524: More work on our hdb backend in the KDC.Andrew Bartlett1-116/+78
2007-10-10r11523: Working towards having Samba3 join Samba4, this allows the SASLAndrew Bartlett1-3/+7
2007-10-10r11522: Add support for delegated credentials and machine account credentialsAndrew Bartlett2-2/+28
2007-10-10r11521: Add in client support for checking supportedSASLmechanisms, and thenAndrew Bartlett4-7/+129
2007-10-10r11520: indentAndrew Bartlett1-1/+1
2007-10-10r11519: And an uninitialized variable...Volker Lendecke1-1/+1
2007-10-10r11518: Fix a warningVolker Lendecke1-1/+1
2007-10-10r11517: Cleanup time, this looks larger than it is. This mainly gets rid ofVolker Lendecke16-703/+489
2007-10-10r11516: Fix a valgrind bug I introduce with queued requestsVolker Lendecke1-3/+6
2007-10-10r11515: Add some talloc_get_typeVolker Lendecke1-2/+2