Age | Commit message (Expand) | Author | Files | Lines |
2008-03-28 | Merge branch 'v4-0-local' of git://git.id10ts.net/samba into v4-0-test | Jelmer Vernooij | 2 | -2/+2 |
2008-03-28 | No longer install SWAT files | Andrew Bartlett | 1 | -1/+2 |
2008-03-28 | Don't specify what should be a default option in the generated smb.conf | Andrew Bartlett | 1 | -2/+2 |
2008-03-28 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 3 | -4/+12 |
2008-03-28 | Fix 'oplocks' in loadparm. | Andrew Bartlett | 1 | -0/+1 |
2008-03-27 | provision: Increase max NetBIOS name length from 13 to 15. | Andrew Kroeger | 2 | -2/+2 |
2008-03-27 | Remove define that appears to cause configure test breakage on Julien's machine. | Jelmer Vernooij | 1 | -2/+0 |
2008-03-27 | provision: Initialize uninitialized variables if "targetdir" is not | Kai Blin | 1 | -1/+4 |
2008-03-27 | libreplace: fix coverity ID 517 - untangle close from open in test/os2_delete.c | Michael Adam | 1 | -1/+8 |
2008-03-27 | Fix how we initialise the oplocks parameter. | Andrew Bartlett | 1 | -2/+1 |
2008-03-27 | Actually call into lp_oplocks() in share_classic backend. | Andrew Bartlett | 1 | -0/+4 |
2008-03-27 | Fix references to ntvfs share config | Andrew Bartlett | 2 | -2/+2 |
2008-03-27 | Merge with metze's change for oplocks to be on by default | Andrew Bartlett | 1 | -3/+0 |
2008-03-27 | Make oplocks a per-share option. | Andrew Bartlett | 4 | -4/+9 |
2008-03-27 | selfteset: oplocks are enabled by default now | Stefan Metzmacher | 1 | -3/+0 |
2008-03-27 | opendb_tdb: enable oplocks per default | Stefan Metzmacher | 1 | -1/+1 |
2008-03-26 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 1 | -1/+33 |
2008-03-26 | Remove old js versions of newuser and provision. | Andrew Bartlett | 3 | -339/+61 |
2008-03-26 | Clean up the ldb python bindings to be 64 bit safe. | Andrew Bartlett | 2 | -35/+55 |
2008-03-25 | Add some more header properties as inline comments to the generated samba3 cl... | Günther Deschner | 1 | -1/+33 |
2008-03-25 | Remove pointless cast | Andrew Bartlett | 1 | -1/+1 |
2008-03-25 | Remove useless extra argument to samdb_result_account_expires(). | Andrew Bartlett | 3 | -6/+5 |
2008-03-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 2 | -0/+54 |
2008-03-21 | Add my copyright | Volker Lendecke | 1 | -0/+1 |
2008-03-20 | Prove that a setuserinfo level 25 does set the pwdlastset field | Volker Lendecke | 1 | -0/+50 |
2008-03-20 | Add the workstation to the anon sessetup credentials | Volker Lendecke | 1 | -0/+2 |
2008-03-20 | Fix a warning | Volker Lendecke | 1 | -0/+1 |
2008-03-20 | Explain why this attribute should be skipped. | Andrew Bartlett | 1 | -0/+1 |
2008-03-20 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 1 | -10/+10 |
2008-03-20 | More kludge ACLs! | Andrew Bartlett | 5 | -124/+237 |
2008-03-20 | ntlm_auth: Improve compliance to the Squid helper protocol. | Kai Blin | 1 | -10/+10 |
2008-03-19 | Indent | Andrew Bartlett | 1 | -1/+2 |
2008-03-19 | Remove unused variable. | Andrew Bartlett | 1 | -1/+0 |
2008-03-19 | More safety around ldb_dn C functions in python bindings. | Andrew Bartlett | 1 | -2/+6 |
2008-03-19 | Supply HDB_DB_DIR macro | Andrew Bartlett | 1 | -0/+2 |
2008-03-19 | Merge branch 'v4-0-logon' of git://git.id10ts.net/samba into 4-0-local | Andrew Bartlett | 5 | -22/+57 |
2008-03-19 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 43 | -766/+700 |
2008-03-19 | Merge lorikeet-heimdal -r 787 into Samba4 tree. | Andrew Bartlett | 155 | -1351/+36677 |
2008-03-18 | lib/util: use LIBREPLACE_NETWORK as EXT_NSL doesn't exist anymore | Stefan Metzmacher | 1 | -1/+1 |
2008-03-18 | libndr: EXT_NSL doesn't exist anymore, but it wasn't needed anyway | Stefan Metzmacher | 1 | -1/+1 |
2008-03-18 | socket_wrapper: use LIBREPLACE_NETWORK because EXT_SOCKET and EXT_NSL doesn't... | Stefan Metzmacher | 1 | -1/+1 |
2008-03-18 | heimdal_build: use LIBREPLACE_NETWORK because EXT_SOCKET and EXT_NSL doesn't ... | Stefan Metzmacher | 1 | -3/+3 |
2008-03-18 | libreplace: replace.c does not need system/network.h anymore. | Michael Adam | 1 | -1/+0 |
2008-03-18 | libreplace: move rep_socketpair() to its own module. | Michael Adam | 6 | -24/+55 |
2008-03-18 | ldb: not every shell supports '==' so use '=' | Stefan Metzmacher | 1 | -1/+1 |
2008-03-18 | Fix macro name (no 's' in ifr_addr). | Gerald W. Carter | 1 | -1/+1 |
2008-03-18 | Fix Coverity ID 554 | Volker Lendecke | 1 | -0/+3 |
2008-03-18 | Check the return value of fgets | Volker Lendecke | 1 | -1/+4 |
2008-03-18 | libreplace: remove duplicate entry of inet_ntoa from README. | Michael Adam | 1 | -1/+0 |
2008-03-18 | libreplace: remove trailing white spaces. | Michael Adam | 2 | -2/+2 |