sfrench/samba-autobuild/.git
2007-10-10 Michael Adamr23109: Redo the change from r22772 I accidentially...
2007-10-10 Michael Adamr23108: Add defines of RTLD_NOW and RTLD_GLOBAL to...
2007-10-10 Jeremy Allisonr23107: Fix renames on file descriptors that are suppos...
2007-10-10 Jeremy Allisonr23106: Use lchown for symlinks.
2007-10-10 Jeremy Allisonr23105: Add lchown to the vfs layer. We need this in...
2007-10-10 Jeremy Allisonr23100: Implement the delete on close semantics I've...
2007-10-10 James Peachr23098: Fix the case of the #include statements so...
2007-10-10 James Peachr23097: Add a new configure option to disable building...
2007-10-10 James Peachr23096: Make the lock failure message prettier.
2007-10-10 James Peachr23095: Support systems that have their PAM headers...
2007-10-10 James Peachr23094: Update the iconv detection to handle cross...
2007-10-10 James Peachr23093: Allow modules with the same name but different...
2007-10-10 Volker Lendecker23091: Add rpccli_netlogon_sam_network_logon_ex, fix...
2007-10-10 Jeremy Allisonr23088: Fix rename for cifsfs client. This may be neede...
2007-10-10 Jeremy Allisonr23087: Fix POSIX setfilepathinfo to use lstat, not...
2007-10-10 Michael Adamr23082: Ooops - that portion of the last checkin was...
2007-10-10 Michael Adamr23081: Reorder the lsa_lookup_sids functions so that...
2007-10-10 Jeremy Allisonr23080: Fix bug #4637 - we hads missed some cases where
2007-10-10 Michael Adamr23078: Don't handle return code NT_STATUS_NONE_MAPPED...
2007-10-10 Volker Lendecker23077: Minor cleanup
2007-10-10 Gerald Carterr23075: more duplicate code blocks from bad merge
2007-10-10 Gerald Carterr23074: Remove duplicate code blocks from bad merge
2007-10-10 Michael Adamr23073: In the internal rpccli_lsa_lookup_sids_noalloc...
2007-10-10 Michael Adamr23072: In winbindd_ads.c:lookup_groupmem, replace...
2007-10-10 Michael Adamr23070: The lsa rpc lookup sids call has a maximum...
2007-10-10 Volker Lendecker23068: Fix some uninitialized variables in the solaris...
2007-10-10 Volker Lendecker23055: Rewrite messages.c to use auto-generated marsha...
2007-10-10 Gerald Carterr23054: Move the check for the lookup_domain of S-1...
2007-10-10 Simo Sorcer23051: sid_to_[ug]id fixes for smbd
2007-10-10 Gerald Carterr23048: Simo is correct in that winbind_lookup{sid...
2007-10-10 Gerald Carterr23046: Few missing merges from cleaning out the Center...
2007-10-10 Jim McDonoughr23041: Remainder of fix for 4630: fix special case...
2007-10-10 Michael Adamr23040: Activate the winbindd cache validation code...
2007-10-10 Stefan Metzmacherr23039: merge from SAMBA_3_0_26:
2007-10-10 Volker Lendecker23025: Some logic simplifications
2007-10-10 Volker Lendecker23024: Ok, neither the duplicates_allowed nor the...
2007-10-10 Volker Lendecker23023: Get rid of the only caller of message_send_pid_...
2007-10-10 Volker Lendecker23022: Reformatting
2007-10-10 Jeremy Allisonr23016: Remove extra & - thanks to Volker for spotting...
2007-10-10 Volker Lendecker23015: Make message_(de)register static to messages.c
2007-10-10 Jeremy Allisonr23014: For all branches, ensure that if we're blocked...
2007-10-10 James Peachr23010: Make the output of "smbcontrol --help" match...
2007-10-10 James Peachr23009: Both contains a strchr_m(server,'/') few lines...
2007-10-10 Jeremy Allisonr23007: Ensure we don't allow large read over the possible
2007-10-10 Jeremy Allisonr23006: Arg. Fix stupid typo in 64-bit path.
2007-10-10 Jeremy Allisonr23005: If we're running on a system where time_t is...
2007-10-10 Derrell Lipmanr23001: - Fix but #4634. Type of the size parameter...
2007-10-10 Stefan Metzmacherr22998: merge from SAMBA_4_0:
2007-10-10 Volker Lendecker22994: Fix HP/UX compiler flags by Don McCall. Lets...
2007-10-10 Steve Frenchr22982: Do not prompt for password on sec=none for...
2007-10-10 Steve Frenchr22979: Revert previous checkin (which had some debug...
2007-10-10 Gerald Carterr22978: Don't use current_user to prep the security...
2007-10-10 Gerald Carterr22977: Trim noise by removing redundant WARNING log...
2007-10-10 Simo Sorcer22976: whoops typo
2007-10-10 Gerald Carterr22975: BUG 4616: Don't return a dns or forest name...
2007-10-10 Simo Sorcer22974: enable relro with PIE if available, this gives...
2007-10-10 Alexander Bokovoyr22973: Apparently, 3.0.25 broke smb4k badly ;-)
2007-10-10 Jeremy Allisonr22956: Fix security=server (bug #4622). Volker's patch
2007-10-10 James Peachr22955: Disable dependency tracking by default.
2007-10-10 Volker Lendecker22954: More messaging_register
2007-10-10 Volker Lendecker22953: Well, this apparently has never been tested...
2007-10-10 Jeremy Allisonr22950: Fix the issue Volker reported here :
2007-10-10 Volker Lendecker22943: More message_register -> messaging_register
2007-10-10 Volker Lendecker22942: Some message_register -> messaging_register...
2007-10-10 Volker Lendecker22934: Change smbcontrol to use messaging_register...
2007-10-10 Michael Adamr22932: Use the same symbol in sizeof and cast for...
2007-10-10 Michael Adamr22931: Fix logic in detection of the need to replace...
2007-10-10 Volker Lendecker22930: Next attempt to get the build farm in line.
2007-10-10 Volker Lendecker22929: Attempt to fix some build farm failures: On...
2007-10-10 Günther Deschnerr22928: Use better success error code.
2007-10-10 Jeremy Allisonr22926: Don't use <=0, use < 0 to allow keepalives...
2007-10-10 Jeremy Allisonr22925: Sync read_and_X with 3.0.26 code (use setup_rea...
2007-10-10 Jeremy Allisonr22924: Fix the build by correctly processing readX
2007-10-10 Jeremy Allisonr22923: Fix runaway smbd now receive_smb_raw() returns...
2007-10-10 Jeremy Allisonr22922: Move "normal_read:" label out of ifdef guard...
2007-10-10 Jeremy Allisonr22920: Add in the UNIX capability for 24-bit readX...
2007-10-10 Michael Adamr22919: Fix build on Tru64.
2007-10-10 Michael Adamr22918: Attempt to fix the build of the tru64acl module.
2007-10-10 Derrell Lipmanr22914: - Fixes bug 4599. A missing <code>if</code...
2007-10-10 Volker Lendecker22911: Pass a messaging_context to message_send_all
2007-10-10 Volker Lendecker22910: Make message_send_pid static to messages.c
2007-10-10 Volker Lendecker22908: All callers of message_init now also call messa...
2007-10-10 Volker Lendecker22907: Fix the build with --enable-profiling-data
2007-10-10 Volker Lendecker22906: Some more message_send_pid
2007-10-10 Volker Lendecker22905: cli_send_mailslot had a message_send_pid inside
2007-10-10 Günther Deschnerr22904: Fix indent.
2007-10-10 Günther Deschnerr22903: Now that we have the on-disc trustdomaincache...
2007-10-10 Volker Lendecker22902: Add an event_context and a messaging_context...
2007-10-10 Günther Deschnerr22901: When an AD account has UF_DONT_REQUIRE_PREAUTH...
2007-10-10 Volker Lendecker22900: Convert profile/ to messaging_send_pid/messagin...
2007-10-10 Volker Lendecker22895: Convert some more calls from message_send_buf...
2007-10-10 Michael Adamr22893: Use ldap_rename_s instead of deprecated ldap_re...
2007-10-10 James Peachr22879: Tidy the build rules for targets that need...
2007-10-10 James Peachr22878: Warn in $PATH contains /usr/ucb. Bugzilla ...
2007-10-10 Jeremy Allisonr22872: Add vfs_zfsacl module from Jiri Sasek <Jiri...
2007-10-10 Lars Müllerr22870: Don't create shared objects of nss and tdb...
2007-10-10 Lars Müllerr22869: Add bin/{ldap,nss,tdb}.@SHLIBEXT@ rules.
2007-10-10 Volker Lendecker22868: Replace some message_send_pid calls with messag...
2007-10-10 Alexander Bokovoyr22867: With Samba4's IDL, we now have two new flags...
2007-10-10 Michael Adamr22855: fix the build
next