| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | fixed SMB2 flush call, and added flush to gentest_smb2 | Andrew Tridgell | 2008-05-21 | 4 | -18/+47 | |
| | * | | | | fixed SMB2 locking | Andrew Tridgell | 2008-05-21 | 7 | -152/+199 | |
| * | | | | | Fix typo. | Jelmer Vernooij | 2008-05-21 | 1 | -1/+1 | |
| * | | | | | Fix reference to removed smbpython. | Jelmer Vernooij | 2008-05-21 | 2 | -2/+4 | |
| * | | | | | Regenerate with newer version of swig. | Jelmer Vernooij | 2008-05-21 | 4 | -44/+98 | |
| * | | | | | Use gnu make syntax for SWIG implicit rule since it allows multiple output fi... | Jelmer Vernooij | 2008-05-21 | 1 | -2/+2 | |
| |/ / / / | ||||||
| * | | | | Fix dependencies for ldb instancetype module. | Jelmer Vernooij | 2008-05-21 | 2 | -2/+2 | |
| * | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into nosmbpython | Jelmer Vernooij | 2008-05-21 | 15 | -170/+719 | |
| |\ \ \ \ | ||||||
| | * | | | | Correct an assertion in the testsuite. | Andrew Bartlett | 2008-05-21 | 1 | -1/+1 | |
| | * | | | | Merge branch 'v4-0-local' of git://git.id10ts.net/samba into 4-0-local | Andrew Bartlett | 2008-05-21 | 4 | -35/+135 | |
| | |\ \ \ \ | ||||||
| | | * | | | | provision: Create instructions for enabling DNS GSS-TSIG updates. | Andrew Kroeger | 2008-05-18 | 2 | -34/+133 | |
| | | * | | | | provision: Allow DNS GSS-TSIG updates to work. | Andrew Kroeger | 2008-05-18 | 1 | -0/+1 | |
| | | * | | | | howto: Update git clone command to something that actually works. | Andrew Kroeger | 2008-05-18 | 1 | -1/+1 | |
| | * | | | | | Fix creation of sockaddr in netlogon datagram generator. | Andrew Bartlett | 2008-05-21 | 1 | -1/+1 | |
| | * | | | | | Include flags.h into samdb.h | Andrew Bartlett | 2008-05-21 | 1 | -0/+1 | |
| | * | | | | | Extend the NBT-DGRAM torture test again. | Andrew Bartlett | 2008-05-21 | 1 | -0/+1 | |
| | * | | | | | Manually handle the NETLOGON_SAM_LOGON_REQUEST too. | Andrew Bartlett | 2008-05-21 | 6 | -100/+251 | |
| | * | | | | | Extend the 'netlogon' CLDAP and NBT implementation. | Andrew Bartlett | 2008-05-21 | 4 | -31/+329 | |
| | * | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 2008-05-21 | 33 | -93/+3789 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Re-add alignment removed by metze in 0e2f6d481b3e35ed392b2b3340b244c77593819c | Andrew Bartlett | 2008-05-21 | 1 | -1/+4 | |
| | * | | | | | | Further tests show NTLOGON and NETLOGON to be identical. | Andrew Bartlett | 2008-05-21 | 1 | -5/+0 | |
| * | | | | | | | Fix installed symlinks (cp was trying to be smart). | Jelmer Vernooij | 2008-05-21 | 2 | -2/+2 | |
| * | | | | | | | Allow dots in .mk file section headers, fix docstring. | Jelmer Vernooij | 2008-05-21 | 2 | -2/+2 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Convert in_transaction to a bool. Add the same fix Volker | Jeremy Allison | 2008-05-20 | 1 | -4/+9 | |
| * | | | | | | Fix nesting tdb_traverse in a transaction | Volker Lendecke | 2008-05-20 | 1 | -3/+8 | |
| * | | | | | | smbtorture: Add RAW-BENCH-TCON benchmark. | James Peach | 2008-05-20 | 5 | -2/+206 | |
| * | | | | | | Change wks password in rpc-bench-schannel1 | Volker Lendecke | 2008-05-20 | 1 | -0/+64 | |
| * | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 2008-05-20 | 6 | -14/+7 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix irpc GetDC requests. | Andrew Bartlett | 2008-05-20 | 1 | -2/+2 | |
| | |/ / / / / | ||||||
| | * | | | | | Fix number of arguments to IRPC getdc callback. | Andrew Bartlett | 2008-05-20 | 1 | -1/+0 | |
| | * | | | | | Revert addition of 'mailslot' parameter. | Andrew Bartlett | 2008-05-20 | 5 | -11/+5 | |
| * | | | | | | added read and write handlers. Fixed --analyse | Andrew Tridgell | 2008-05-20 | 1 | -54/+40 | |
| * | | | | | | added smb2_util_setatr | Andrew Tridgell | 2008-05-20 | 1 | -0/+22 | |
| * | | | | | | specify which server failed to deltree | Andrew Tridgell | 2008-05-20 | 1 | -1/+1 | |
| * | | | | | | added SMB2 setpathinfo composite wrapper | Andrew Tridgell | 2008-05-20 | 1 | -0/+105 | |
| * | | | | | | first version of gentest_smb2. Only generates create and close so far. | Andrew Tridgell | 2008-05-20 | 2 | -0/+1983 | |
| * | | | | | | moved these util functions into libcli | Andrew Tridgell | 2008-05-20 | 1 | -26/+0 | |
| * | | | | | | check the creation options where the client can require a path to be a | Andrew Tridgell | 2008-05-20 | 1 | -0/+14 | |
| * | | | | | | added some SMB2 utility functions | Andrew Tridgell | 2008-05-20 | 2 | -1/+179 | |
| * | | | | | | remember the server time fields on negotiate. Needed for gentest | Andrew Tridgell | 2008-05-20 | 2 | -0/+5 | |
| * | | | | | | Merge commit 'origin/v4-0-test' into vfs_smb2 | Andrew Tridgell | 2008-05-20 | 41 | -984/+1285 | |
| |\| | | | | | ||||||
| | * | | | | | Fix prototype generation in new syntax for netlogon.c | Andrew Bartlett | 2008-05-20 | 1 | -1/+1 | |
| | * | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 2008-05-20 | 2 | -2/+2 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Update tdb version number. | Jelmer Vernooij | 2008-05-20 | 1 | -1/+1 | |
| | | * | | | | | Fix proto generation. | Jelmer Vernooij | 2008-05-20 | 1 | -1/+1 | |
| | * | | | | | | Add the core of the new CLDAP/NBT 'netlogon' parsing library. | Andrew Bartlett | 2008-05-20 | 2 | -0/+364 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 2008-05-20 | 9 | -46/+256 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Add __repr__ implementation for Tdb. | Jelmer Vernooij | 2008-05-19 | 4 | -27/+57 | |
| | | * | | | | | Fix dependency. | Jelmer Vernooij | 2008-05-19 | 1 | -1/+1 | |
| | | * | | | | | Add __repr__ implementation for Ldb. | Jelmer Vernooij | 2008-05-19 | 4 | -1/+43 | |
