amitay/samba.git
2007-10-10 Stefan Metzmacherr14455: also add the:
2007-10-10 Stefan Metzmacherr14447: remove unused stuff
2007-10-10 Stefan Metzmacherr14446: demonstrate the notifies on files are not allowed
2007-10-10 Stefan Metzmacherr14445: add FILE_NOTIFY_CHANGE_STREAM_* flags from:
2007-10-10 Stefan Metzmacherr14444: - make clear that a canceled notify directly...
2007-10-10 Stefan Metzmacherr14442: the ACB_ flags are 32 bit...
2007-10-10 Stefan Metzmacherr14441: try to get more hosts on the build farm pass...
2007-10-10 Stefan Metzmacherr14440: demonstrate that the smbpid is attached to...
2007-10-10 Stefan Metzmacherr14439: fix warnings
2007-10-10 Stefan Metzmacherr14438: fix warnings
2007-10-10 Stefan Metzmacherr14437: fix warnings
2007-10-10 Andrew Tridgellr14436: mixing of boolean expressions and integers...
2007-10-10 Andrew Tridgellr14435: return after an error
2007-10-10 Andrew Tridgellr14434: use the right enum type
2007-10-10 Andrew Tridgellr14433: sort_result must be initialised when we call...
2007-10-10 Andrew Tridgellr14431: don't call qsort with a null array
2007-10-10 Andrew Tridgellr14430: ret can be NULL at the end of this loop
2007-10-10 Andrew Tridgellr14429: charset_t cannot be used to loop over charset_t...
2007-10-10 Andrew Tridgellr14427: don't reference short_princ after it is freed
2007-10-10 Andrew Tridgellr14426: ensure res is initialised
2007-10-10 Andrew Tridgellr14425: fixed an hmac-md5 error for keys longer than...
2007-10-10 Andrew Tridgellr14424: another empty controls case
2007-10-10 Andrew Tridgellr14423: don't die on no controls
2007-10-10 Andrew Tridgellr14422: ensure that domain_attrs does not refer to...
2007-10-10 Andrew Tridgellr14420: arrgh, make sure I test compile even little...
2007-10-10 Andrew Tridgellr14415: remove an unusued var
2007-10-10 Andrew Tridgellr14414: added some error checks
2007-10-10 Andrew Tridgellr14413: don't do memcpy of length 0
2007-10-10 Andrew Tridgellr14412: init a var
2007-10-10 Andrew Tridgellr14411: mark smb_panic() as a noreturn function using...
2007-10-10 Andrew Tridgellr14410: init a var
2007-10-10 Andrew Tridgellr14409: quieten warnings
2007-10-10 Jelmer Vernooijr14402: Generate seperate headers for RPC client functions.
2007-10-10 Simo Sorcer14401: Let samldb intercept the async requests.
2007-10-10 Simo Sorcer14391: rdn_name -> async
2007-10-10 Simo Sorcer14390: the rootdse does not show a distinguishedName...
2007-10-10 Simo Sorcer14389: rootdse -> async
2007-10-10 Stefan Metzmacherr14386: - use echo "..." instead of echo ... in all...
2007-10-10 Jelmer Vernooijr14385: Fix header dependencies.
2007-10-10 Jelmer Vernooijr14384: Remove orpc code from includes.h
2007-10-10 Jelmer Vernooijr14383: Fix non-developer build.
2007-10-10 Jelmer Vernooijr14381: Kill structs.h
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Jelmer Vernooijr14379: Build torture/rpc/ as a seperate smbtorture...
2007-10-10 Stefan Metzmacherr14374: remove sparse warning
2007-10-10 Stefan Metzmacherr14373: remove unreached wrong code, found by sparse
2007-10-10 Stefan Metzmacherr14372: fix bug found by sparse
2007-10-10 Stefan Metzmacherr14371: - make 'make CC_CHECKER=foo' possible
2007-10-10 Jelmer Vernooijr14369: Remove obsolete header
2007-10-10 Simo Sorcer14364: operational -> async (untested)
2007-10-10 Jelmer Vernooijr14363: Remove credentials.h from the global includes.
2007-10-10 Jelmer Vernooijr14362: Only include ndr_compression.h when necessary.
2007-10-10 Jelmer Vernooijr14361: Support 'helper' attribute in pidl and use it.
2007-10-10 Jelmer Vernooijr14350: Keep "make proto". It's hard to forget old...
2007-10-10 Jelmer Vernooijr14349: Kill proto.h!
2007-10-10 Jelmer Vernooijr14348: Fix location of #endif
2007-10-10 Jelmer Vernooijr14347: Add registration function to allow registering...
2007-10-10 Simo Sorcer14344: More helpful messages on error for command...
2007-10-10 Jelmer Vernooijr14335: Build shared modules in bin/modules/$SUBSYSTEM...
2007-10-10 Jelmer Vernooijr14332: Built in different paths when running locally...
2007-10-10 Jelmer Vernooijr14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VER...
2007-10-10 Jelmer Vernooijr14322: Remove the BROKEN_CC flag for now. None of...
2007-10-10 Stefan Metzmacherr14319: this is a test to see if this help to run NBT...
2007-10-10 Stefan Metzmacherr14318: fix warnings
2007-10-10 Stefan Metzmacherr14316: don't zero the smb_handle after it was set:-)
2007-10-10 Andrew Bartlettr14313: Add comments describing some of the dependencie...
2007-10-10 Andrew Bartlettr14312: Formatting and comments.
2007-10-10 Andrew Tridgellr14311: canon needs to be initialised
2007-10-10 Andrew Tridgellr14310: length needs to be initialised
2007-10-10 Andrew Tridgellr14309: make sure ret is initialised
2007-10-10 Andrew Tridgellr14308: fixed an out of range shift and an uninitialise...
2007-10-10 Andrew Tridgellr14307: fixed dereference of my_address->addr when...
2007-10-10 Andrew Tridgellr14306: fixed two break errors
2007-10-10 Andrew Tridgellr14305: fixed a memory leak and a break error
2007-10-10 Andrew Tridgellr14297: make sure we can go through the loop for than...
2007-10-10 Andrew Tridgellr14296: added an abort() to SMB_ASSERT() so that static...
2007-10-10 Andrew Tridgellr14295: make sure we return a valid data blob
2007-10-10 Andrew Tridgellr14294: conditionally define _PUBLIC_, so you can disab...
2007-10-10 Andrew Tridgellr14293: fixed some errors found with beam
2007-10-10 Andrew Tridgellr14288: - make the snprintf call in talloc portable...
2007-10-10 Jelmer Vernooijr14281: Pull apart LIBDIR and MODULESDIR
2007-10-10 Stefan Metzmacherr14256: - rename smb_file -> smb_handle
2007-10-10 Stefan Metzmacherr14240: fix summary output (step 2)
2007-10-10 Rafal Szczesniakr14239: Fix indentation.
2007-10-10 Rafal Szczesniakr14238: This is not needed anymore, as the state struct...
2007-10-10 Stefan Metzmacherr14237: fix the summary output (step 1)
2007-10-10 Simo Sorcer14227: We are passing the wrong pointer here
2007-10-10 Jelmer Vernooijr14223: Couple of small fixes:
2007-10-10 Jelmer Vernooijr14215: Improve warning/error messages.
2007-10-10 Rafal Szczesniakr14211: More comments.
2007-10-10 Rafal Szczesniakr14210: 1) Fix an issue with composite context when...
2007-10-10 Andrew Tridgellr14209: don't timeout notify requests in the cifs backe...
2007-10-10 Andrew Tridgellr14208: removed use of req->flags2 inside the ntvfs...
2007-10-10 Stefan Metzmacherr14206: fix warnings, the better fix for that will...
2007-10-10 Stefan Metzmacherr14205: move smb specific stuff out of includes.h ...
2007-10-10 Andrew Bartlettr14203: Include less private heimdal headers.
2007-10-10 Andrew Bartlettr14202: Oops. When removing a header, we need to repla...
2007-10-10 Andrew Bartlettr14201: I don't think including roken is going to be...
2007-10-10 Andrew Bartlettr14200: Now we have real USN support, don't force the...
2007-10-10 Andrew Bartlettr14199: This isn't pretty, but it makes the network...
next