Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r23195: Add void *private_data to brl_forall | Volker Lendecke | 5 | -30/+39 |
2007-10-10 | r23194: cherry pick two fixes from SAMBA_3_0_26 | Gerald Carter | 2 | -6/+10 |
2007-10-10 | r23192: Remove fallback to looking up group mappings by the | Gerald Carter | 1 | -17/+1 |
2007-10-10 | r23186: Checkin on behalf of Tridge: | Volker Lendecke | 1 | -57/+57 |
2007-10-10 | r23185: Try to fix the IRIX build, also add the forgotten file_id.c in .26 | Volker Lendecke | 2 | -3/+4 |
2007-10-10 | r23184: Checkin for Tridge: Add a speed test to tdbtool | Volker Lendecke | 1 | -2/+52 |
2007-10-10 | r23183: Check in a change made by Tridge: | Volker Lendecke | 23 | -313/+365 |
2007-10-10 | r23173: Convert sessionid.tdb to ctdb. The 3.0.26 patch is a bit larger because | Volker Lendecke | 1 | -53/+118 |
2007-10-10 | r23172: Change shutdown_other_smbds to use connections_traverse instead of | Volker Lendecke | 2 | -11/+13 |
2007-10-10 | r23171: Convert connections.tdb to dbwrap | Volker Lendecke | 8 | -163/+162 |
2007-10-10 | r23170: Add map_nt_error_from_tdb() | Volker Lendecke | 2 | -2/+45 |
2007-10-10 | r23169: Merge 535 of Tridge's bzr tree: | Volker Lendecke | 1 | -2/+5 |
2007-10-10 | r23168: Move the lp_max_connections() into service.c. | Volker Lendecke | 5 | -27/+26 |
2007-10-10 | r23167: Remove an unused parameter | Volker Lendecke | 5 | -5/+6 |
2007-10-10 | r23166: Bring samba.org's iniparser copy in sync with the upstream version 2.17. | Lars Müller | 19 | -588/+652 |
2007-10-10 | r23165: Convert brlock.tdb to dbwrap | Volker Lendecke | 2 | -38/+52 |
2007-10-10 | r23164: Minor cosmetic checkin | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r23163: Convert locking.tdb to dbwrap | Volker Lendecke | 2 | -91/+110 |
2007-10-10 | r23162: Make use of messaging_send_buf | Volker Lendecke | 1 | -4/+2 |
2007-10-10 | r23161: Add TDB_VOLATILE as open_flag to activate the per-hashchain dead record | Volker Lendecke | 2 | -0/+5 |
2007-10-10 | r23156: Install the smb_share_modes.h header file. | Lars Müller | 1 | -0/+1 |
2007-10-10 | r23155: Rename INSTALLPERMS to INSTALLPERMS_BIN to differenciate clearer from | Lars Müller | 1 | -32/+32 |
2007-10-10 | r23154: Add INSTALLPERMS_DATA set to 0644 to install the header files with this | Lars Müller | 1 | -3/+4 |
2007-10-10 | r23151: Re-arrange the logic so it looks identical to the | Jeremy Allison | 1 | -8/+14 |
2007-10-10 | r23150: Fix Samba3 in the build farm again. In the case where the | Jeremy Allison | 1 | -0/+17 |
2007-10-10 | r23148: Fix old old bug in cli_smbwrite() (not incrementing | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23147: Patch #4566 from jacob berkman <jberkman@novell.com>. Pass password d... | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r23128: Fix typo. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx, | Günther Deschner | 6 | -75/+672 |
2007-10-10 | r23122: Fix bug #4655. We marshall the enumdataex correctly, | Jeremy Allison | 1 | -17/+48 |
2007-10-10 | r23121: Fix Bug #2727 and let pam_smbpass at least link and dlopen correctly ... | Günther Deschner | 5 | -7/+7 |
2007-10-10 | r23117: Factor out local messaging. | Volker Lendecke | 6 | -416/+492 |
2007-10-10 | r23116: Fix typo, found by Karolin Seeger | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23112: Trim down the message.c API slightly: The messages_pending_for_pid is... | Volker Lendecke | 4 | -116/+106 |
2007-10-10 | r23109: Redo the change from r22772 I accidentially undid in r23108. | Michael Adam | 1 | -0/+4 |
2007-10-10 | r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h. | Michael Adam | 1 | -5/+6 |
2007-10-10 | r23107: Fix renames on file descriptors that are supposed to overwrite the | Jeremy Allison | 1 | -3/+4 |
2007-10-10 | r23106: Use lchown for symlinks. | Jeremy Allison | 1 | -2/+11 |
2007-10-10 | r23105: Add lchown to the vfs layer. We need this in the POSIX code. | Jeremy Allison | 12 | -3/+128 |
2007-10-10 | r23100: Implement the delete on close semantics I've just tested for | Jeremy Allison | 5 | -29/+119 |
2007-10-10 | r23098: Fix the case of the #include statements so this module can be built on a | James Peach | 1 | -2/+2 |
2007-10-10 | r23097: Add a new configure option to disable building SWAT (it is still buil... | James Peach | 2 | -2/+17 |
2007-10-10 | r23096: Make the lock failure message prettier. | James Peach | 1 | -4/+4 |
2007-10-10 | r23095: Support systems that have their PAM headers in /usr/include/pam. | James Peach | 8 | -9/+69 |
2007-10-10 | r23094: Update the iconv detection to handle cross-compiles better. If we are | James Peach | 2 | -89/+106 |
2007-10-10 | r23093: Allow modules with the same name but different types. | James Peach | 1 | -3/+11 |
2007-10-10 | r23091: Add rpccli_netlogon_sam_network_logon_ex, fix its parsing. This does not | Volker Lendecke | 3 | -1/+112 |
2007-10-10 | r23088: Fix rename for cifsfs client. This may be needed for | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r23087: Fix POSIX setfilepathinfo to use lstat, not stat. | Jeremy Allison | 2 | -10/+27 |
2007-10-10 | r23082: Ooops - that portion of the last checkin was by accident. | Michael Adam | 1 | -2/+2 |