tprouty/samba.git
2007-10-10 Volker Lendecker23168: Move the lp_max_connections() into service.c.
2007-10-10 Volker Lendecker23167: Remove an unused parameter
2007-10-10 Lars Müllerr23166: Bring samba.org's iniparser copy in sync with...
2007-10-10 Volker Lendecker23165: Convert brlock.tdb to dbwrap
2007-10-10 Volker Lendecker23164: Minor cosmetic checkin
2007-10-10 Volker Lendecker23163: Convert locking.tdb to dbwrap
2007-10-10 Volker Lendecker23162: Make use of messaging_send_buf
2007-10-10 Volker Lendecker23161: Add TDB_VOLATILE as open_flag to activate the...
2007-10-10 Lars Müllerr23156: Install the smb_share_modes.h header file.
2007-10-10 Lars Müllerr23155: Rename INSTALLPERMS to INSTALLPERMS_BIN to...
2007-10-10 Lars Müllerr23154: Add INSTALLPERMS_DATA set to 0644 to install...
2007-10-10 Jeremy Allisonr23151: Re-arrange the logic so it looks identical...
2007-10-10 Jeremy Allisonr23150: Fix Samba3 in the build farm again. In the...
2007-10-10 Jeremy Allisonr23148: Fix old old bug in cli_smbwrite() (not incrementing
2007-10-10 Jeremy Allisonr23147: Patch #4566 from jacob berkman <jberkman@novell...
2007-10-10 Günther Deschnerr23128: Fix typo.
2007-10-10 Günther Deschnerr23127: Fill in some more netlogon dsgetdcname flavours...
2007-10-10 Jeremy Allisonr23122: Fix bug #4655. We marshall the enumdataex corre...
2007-10-10 Günther Deschnerr23121: Fix Bug #2727 and let pam_smbpass at least...
2007-10-10 Volker Lendecker23117: Factor out local messaging.
2007-10-10 Volker Lendecker23116: Fix typo, found by Karolin Seeger
2007-10-10 Volker Lendecker23112: Trim down the message.c API slightly: The messa...
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.
next