kai/samba-autobuild/.git
2007-10-10 Andrew Tridgellr11698: added some more level names
2007-10-10 Andrew Tridgellr11697: - added a generic SMB2 getinfo call
2007-10-10 Andrew Tridgellr11696: added a few more opcode names
2007-10-10 Andrew Tridgellr11695: added SMB2-SCAN torture test for scanning for...
2007-10-10 Andrew Tridgellr11694: fixed 2 valgrind errors
2007-10-10 Andrew Tridgellr11693: added a full async composite function for SMB2...
2007-10-10 Andrew Tridgellr11692: added a full composite (async) spnego session...
2007-10-10 Andrew Tridgellr11691: added reply buffer code checks and oplock flags...
2007-10-10 Andrew Tridgellr11687: filled in 3 more fields in the close reply
2007-10-10 Andrew Tridgellr11683: fixed create call
2007-10-10 Andrew Tridgellr11682: filled in access_mask in tcon reply
2007-10-10 Andrew Tridgellr11681: filled in a few more smb2_create() fields
2007-10-10 Andrew Tridgellr11680: added smb2_close(). This also demonstrates...
2007-10-10 Andrew Tridgellr11679: opening/creating files in SMB2 now works. Lots...
2007-10-10 Stefan Metzmacherr11678: - add suport for sgroup,replica vs. sgroup...
2007-10-10 Stefan Metzmacherr11677: print leading zeros
2007-10-10 Stefan Metzmacherr11676: as tridge uses 0x%llx in his latest commits...
2007-10-10 Stefan Metzmacherr11675: a more general way of getting rid of compiler...
2007-10-10 Andrew Tridgellr11674: SMB2 tree connect now works. We do 2 session...
2007-10-10 Stefan Metzmacherr11673: - update the max_version of the owner when...
2007-10-10 Stefan Metzmacherr11672: - add support for special group merge tests
2007-10-10 Stefan Metzmacherr11671: - make sure req is initialized
2007-10-10 Stefan Metzmacherr11670: fix the build
2007-10-10 Stefan Metzmacherr11669: - make sure req is initialized
2007-10-10 Andrew Tridgellr11668: yay! we get a successful session setup with...
2007-10-10 Andrew Tridgellr11666: filled in the basic session setup. Vista happil...
2007-10-10 Andrew Tridgellr11665: started to put some meat on the structure used...
2007-10-10 Andrew Tridgellr11664: forgot to commit the structs.h change
2007-10-10 Andrew Tridgellr11663: start of a SMB2 torture test. Just does a negpr...
2007-10-10 Andrew Tridgellr11662: the beginnings of a SMB2 client library. Very...
2007-10-10 Andrew Tridgellr11660: - the libcli/raw/ lib no longer uses the SMBCLI...
2007-10-10 Andrew Tridgellr11659: allow the max runtime for smbtorture and smbd...
2007-10-10 Stefan Metzmacherr11650: - as every call that goes down to the ntvfs...
2007-10-10 Stefan Metzmacherr11649: - add support for ntcancel replies (they only...
2007-10-10 Stefan Metzmacherr11648: fix some bugs...
2007-10-10 Stefan Metzmacherr11647: add smbcli_ prefix
2007-10-10 Stefan Metzmacherr11646: fix typos
2007-10-10 Stefan Metzmacherr11644: free the buffer when it's not used
2007-10-10 Stefan Metzmacherr11643: fix compiler warnings
2007-10-10 Stefan Metzmacherr11642: add some error checks
2007-10-10 Stefan Metzmacherr11641: remove unused parameter vuid
2007-10-10 Stefan Metzmacherr11640: just a nicer format, and make adding more speci...
2007-10-10 Andrew Tridgellr11639: fixed some create_time tests that should be...
2007-10-10 Andrew Tridgellr11638: fixed handling of null volume name in RAW-QFSIN...
2007-10-10 Stefan Metzmacherr11637: we need a session and a tcon for ntioctl()...
2007-10-10 Andrew Tridgellr11636: a bit neater solution to the nt_cancel problem
2007-10-10 Stefan Metzmacherr11635: fix a handling of packet_send in the smb client lib
2007-10-10 Stefan Metzmacherr11634: - make crc table static
2007-10-10 Tim Potterr11633: Fix some more warnings.
2007-10-10 Andrew Tridgellr11632: removed 2 unused functions
2007-10-10 Andrew Tridgellr11631: fixed a signed/unsigned warning
2007-10-10 Andrew Tridgellr11630: another fix for over-reading in the packet...
2007-10-10 Andrew Tridgellr11629: fixed a bug found with the socket:testnonblock...
2007-10-10 Andrew Tridgellr11628: fixed a valgrind error in the rpc echo test
2007-10-10 Andrew Tridgellr11627: give the caller much more control over the...
2007-10-10 Tim Potterr11626: Fix unhandled enum in case statement warnings...
2007-10-10 Tim Potterr11625: NULL terminate list of strings. For some reaso...
2007-10-10 Tim Potterr11624: Use enum names instead of magic numbers.
2007-10-10 Andrew Tridgellr11623: convert the dcerpc socket layer to the generic...
2007-10-10 Andrew Tridgellr11622: convert the ldap server to the generic packet...
2007-10-10 Andrew Tridgellr11621: some minor fixes from comments by metze
2007-10-10 Andrew Tridgellr11620: switch the ldap client code over to using the...
2007-10-10 Andrew Tridgellr11619: use the 32 bit length helper in the kdc.
2007-10-10 Andrew Tridgellr11618: added a generic '32 bit length prefix' full...
2007-10-10 Jeremy Allisonr11616: Replace old crc32 code with one from the FreeBS...
2007-10-10 Stefan Metzmacherr11611: don't use unions without a instance name, not...
2007-10-10 Andrew Tridgellr11609: fixed handling of one way requests with new...
2007-10-10 Andrew Tridgellr11608: switched the kdc to use the generic packet...
2007-10-10 Andrew Tridgellr11607: switched the smb server to use the generic...
2007-10-10 Andrew Tridgellr11606: use the generic packet send code in libcli...
2007-10-10 Andrew Tridgellr11605: added handling of the send queue to the generic...
2007-10-10 Andrew Tridgellr11604: converted the kdc code to use the new packet...
2007-10-10 Andrew Tridgellr11603: converted the smb server to use the new generic...
2007-10-10 Andrew Tridgellr11602: added packet_set_serialise() to allow the gener...
2007-10-10 Stefan Metzmacherr11601: try to fix the build on IRIX 6.5 us4
2007-10-10 Stefan Metzmacherr11600: remove unused code
2007-10-10 Stefan Metzmacherr11599: remove local (and broken) version of strhaslowe...
2007-10-10 Andrew Tridgellr11598: fixed strhaslower() and strhasupper() to not...
2007-10-10 Simo Sorcer11597: revert a commit by mistake
2007-10-10 Andrew Tridgellr11596: switched the libcli/raw/ code over to using...
2007-10-10 Andrew Tridgellr11595: added a helper layer to parse streams into...
2007-10-10 Andrew Tridgellr11594: ensure ldb_search() sets *res to NULL on failur...
2007-10-10 Andrew Tridgellr11593: added a data_blob_realloc() function
2007-10-10 Andrew Tridgellr11592: fixed a crash bug from the ldb_result changes...
2007-10-10 Rafal Szczesniakr11588: Remove unused (at the moment) variable and...
2007-10-10 Rafal Szczesniakr11587: Trivial testing code giving an idea of how...
2007-10-10 Rafal Szczesniakr11586: Further work on ejs interface for libnet. The...
2007-10-10 Andrew Bartlettr11572: Add support for accountExpires and password...
2007-10-10 Andrew Bartlettr11568: Debuging aids: Let the administrator know when...
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Stefan Metzmacherr11555: - change socket_wrapper to support multiple...
2007-10-10 Stefan Metzmacherr11554: make us able to run without depending on 127...
2007-10-10 Stefan Metzmacherr11553: give an error when the lookup failed
2007-10-10 Stefan Metzmacherr11552: fix indent
2007-10-10 Stefan Metzmacherr11547: - don't do pull replication when pullIntervall...
2007-10-10 Stefan Metzmacherr11546: add more errno ntstatus mappings, to get more...
2007-10-10 Andrew Bartlettr11545: Remove old #define.
2007-10-10 Andrew Bartlettr11544: Allow delegation in a Samba4 realm.
2007-10-10 Andrew Bartlettr11543: A major upgrade to our KDC and PAC handling.
2007-10-10 Andrew Bartlettr11542: Add the netbios name type. We will need it...
next