summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-03-261-1/+33
|\
| * Add some more header properties as inline comments to the generated samba3 cl...Günther Deschner2008-03-251-1/+33
* | Remove old js versions of newuser and provision.Andrew Bartlett2008-03-263-339/+61
* | Clean up the ldb python bindings to be 64 bit safe.Andrew Bartlett2008-03-262-35/+55
|/
* Remove pointless castAndrew Bartlett2008-03-251-1/+1
* Remove useless extra argument to samdb_result_account_expires().Andrew Bartlett2008-03-253-6/+5
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-03-252-0/+54
|\
| * Add my copyrightVolker Lendecke2008-03-211-0/+1
| * Prove that a setuserinfo level 25 does set the pwdlastset fieldVolker Lendecke2008-03-201-0/+50
| * Add the workstation to the anon sessetup credentialsVolker Lendecke2008-03-201-0/+2
| * Fix a warningVolker Lendecke2008-03-201-0/+1
* | Explain why this attribute should be skipped.Andrew Bartlett2008-03-201-0/+1
|/
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-03-201-10/+10
|\
| * ntlm_auth: Improve compliance to the Squid helper protocol.Kai Blin2008-03-201-10/+10
* | More kludge ACLs!Andrew Bartlett2008-03-205-124/+237
|/
* IndentAndrew Bartlett2008-03-191-1/+2
* Remove unused variable.Andrew Bartlett2008-03-191-1/+0
* More safety around ldb_dn C functions in python bindings.Andrew Bartlett2008-03-191-2/+6
* Supply HDB_DB_DIR macroAndrew Bartlett2008-03-191-0/+2
* Merge branch 'v4-0-logon' of git://git.id10ts.net/samba into 4-0-localAndrew Bartlett2008-03-195-22/+57
|\
| * kdc: Provide extended error information in AS-REP error replies.Andrew Kroeger2008-03-131-17/+50
| * heimdal: Add parameter to windc_plugin to allow extended return codes.Andrew Kroeger2008-03-134-5/+7
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-03-1943-766/+700
|\ \
| * | lib/util: use LIBREPLACE_NETWORK as EXT_NSL doesn't exist anymoreStefan Metzmacher2008-03-181-1/+1
| * | libndr: EXT_NSL doesn't exist anymore, but it wasn't needed anywayStefan Metzmacher2008-03-181-1/+1
| * | socket_wrapper: use LIBREPLACE_NETWORK because EXT_SOCKET and EXT_NSL doesn't...Stefan Metzmacher2008-03-181-1/+1
| * | heimdal_build: use LIBREPLACE_NETWORK because EXT_SOCKET and EXT_NSL doesn't ...Stefan Metzmacher2008-03-181-3/+3
| * | libreplace: replace.c does not need system/network.h anymore.Michael Adam2008-03-181-1/+0
| * | libreplace: move rep_socketpair() to its own module.Michael Adam2008-03-186-24/+55
| * | ldb: not every shell supports '==' so use '='Stefan Metzmacher2008-03-181-1/+1
| * | Fix macro name (no 's' in ifr_addr).Gerald W. Carter2008-03-181-1/+1
| * | Fix Coverity ID 554Volker Lendecke2008-03-181-0/+3
| * | Check the return value of fgetsVolker Lendecke2008-03-181-1/+4
| * | libreplace: remove duplicate entry of inet_ntoa from README.Michael Adam2008-03-181-1/+0
| * | libreplace: remove trailing white spaces.Michael Adam2008-03-182-2/+2
| * | libreplace: replace inet_ntoa() when it is missingMichael Adam2008-03-186-34/+61
| * | libreplace: put inet_aton.c under LGPL instead of GPL.Michael Adam2008-03-181-9/+13
| * | smbtorture: fix typos in RAW-OPLOCK output.Michael Adam2008-03-181-2/+2
| * | libreplace: remove unused SOCKET_LIBS and NSL_LIBSStefan Metzmacher2008-03-181-3/+0
| * | lib/socket: use LIBREPLACE_NETWORK instead of EXT_SOCKET and EXT_NSLStefan Metzmacher2008-03-182-47/+3
| * | libreplace: for samba4 create LIBREPLACE_NETWORK as EXT_LIBStefan Metzmacher2008-03-181-0/+3
| * | libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checksStefan Metzmacher2008-03-182-3/+3
| * | libreplace: combine SOCKET_LIBS and NSL_LIBS to LIBREPLACE_NETWORK_LIBSStefan Metzmacher2008-03-181-7/+9
| * | ldb: remove configure with 'make realdistclean'Stefan Metzmacher2008-03-181-1/+1
| * | ldb: nothing uses "system/network.h" so don't include itStefan Metzmacher2008-03-181-1/+0
| * | ldb: fix the standalone buildStefan Metzmacher2008-03-186-13/+13
| * | selftest: fix parsing of Subunit resultsStefan Metzmacher2008-03-181-30/+1
| * | Allocate one 0-byte in asprintf replacement when len==0Volker Lendecke2008-03-181-1/+1
| * | selftest: use a separate var for printing out sub parts of lines with \rStefan Metzmacher2008-03-181-2/+4
| * | idmap: Map SIDs to unixids instead of uids/gidsKai Blin2008-03-189-583/+519