1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3
Volker Lendecke 5976053f05 r11918: Remove two unused variables
(This used to be commit 5524d66295)
2007-10-10 11:05:35 -05:00
..
auth r11916: auth_get_sam_account is only used in auth_rhosts.c -- move it there 2007-10-10 11:05:35 -05:00
client r11839: Info level 0x101 is really a protocol NT level. 2007-10-10 11:05:29 -05:00
codepages r39: * importing .cvsignore files 2007-10-10 10:51:05 -05:00
groupdb r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 2007-10-10 11:05:02 -05:00
include r11863: BUG 3196: patch from Alex Deiter <tiamat@komi.mts.ru> to compile against the Sun LDAP client libs. But not for AD support; just ldap support 2007-10-10 11:05:31 -05:00
intl r7139: trying to reduce the number of diffs between trunk and 3.0; changing version to 3.0.20pre1 2007-10-10 10:57:02 -05:00
lib r11876: When we are using START_TLS to secure the LDAP connection, we *have* to 2007-10-10 11:05:33 -05:00
libads r11875: Allow to use START_TLS (by manually setting "ldap ssl = start_tls") for 2007-10-10 11:05:33 -05:00
libmsrpc r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 2007-10-10 11:05:02 -05:00
libsmb r11661: Store the INFO3 in the PAC data into the netsamlogon_cache. 2007-10-10 11:05:23 -05:00
locking r11435: Allow the hash size of the tdb open (locking) database 2007-10-10 11:05:16 -05:00
modules r11585: Implement the possibility to have AFS users as SIDs in pts. 2007-10-10 11:05:21 -05:00
nmbd r11566: From metze. Use "interpret_addr(lp_socket_address())" for port 138. 2007-10-10 11:05:20 -05:00
nsswitch r11867: attempt at fixing the compile issue with nss_winbind.so on HP-UX caused by Solaris specific return codes 2007-10-10 11:05:33 -05:00
pam_smbpass r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
param r11909: Implement 'reset on zero vc'. This kills other connections when a session 2007-10-10 11:05:34 -05:00
passdb r11914: After talking to Jeremy, implement passdb:expand_explicit with a default of 2007-10-10 11:05:34 -05:00
po r3912: More fixes to have proper german in swat. 2007-10-10 10:53:24 -05:00
popt r39: * importing .cvsignore files 2007-10-10 10:51:05 -05:00
printing r11855: patch from Aruna Prabakar for checking that the spooler si running on HP-UX 2007-10-10 11:05:30 -05:00
profile r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
python r10819: merging a couple of fixes from trunk 2007-10-10 11:04:54 -05:00
registry r11860: BUG 3156: don't use find_service() when explicitly looking for a printer as the username map might get in the way 2007-10-10 11:05:31 -05:00
rpc_client r11854: Remove unused DOM_SID. 2007-10-10 11:05:30 -05:00
rpc_parse r11858: Fill in the clientside TRUSTED_DOMAIN_INFO_EX query. 2007-10-10 11:05:31 -05:00
rpc_server r11918: Remove two unused variables 2007-10-10 11:05:35 -05:00
rpcclient r11858: Fill in the clientside TRUSTED_DOMAIN_INFO_EX query. 2007-10-10 11:05:31 -05:00
sam r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
script r11761: * fix clearing of event logs by truncating the tdb. 2007-10-10 11:05:26 -05:00
services r11830: patch from Rashid N. Achilov <shelton@granch.ru> to add descriptions for some common services 2007-10-10 11:05:29 -05:00
smbd r11909: Implement 'reset on zero vc'. This kills other connections when a session 2007-10-10 11:05:34 -05:00
smbwrapper r9350: Fix direct malloc calls made by smbwrapper. 2007-10-10 11:00:33 -05:00
stf r39: * importing .cvsignore files 2007-10-10 10:51:05 -05:00
tdb r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 2007-10-10 11:05:02 -05:00
tests r6586: get rid of a few more compiler warnings 2007-10-10 10:56:46 -05:00
torture r11556: Fix "make everything" 2007-10-10 11:05:20 -05:00
ubiqx r7902: Fix the build 2007-10-10 10:58:02 -05:00
utils r11864: fix build breakage with solaris LDAP patch (my fault) 2007-10-10 11:05:32 -05:00
web r11511: A classic "friday night check-in" :-). This moves much 2007-10-10 11:05:19 -05:00
wrepld r10822: updating copyright info 2007-10-10 11:04:55 -05:00
.dmallocrc
.indent.pro r11131: updating indent resource file from trunk 2007-10-10 11:05:01 -05:00
aclocal.m4 r11658: Someone broke the initialization of the static modules by adding a 'NTSTATUS' 2007-10-10 11:05:23 -05:00
autogen.sh r5270: fixing some bashism's in autogen.sh 2007-10-10 10:55:35 -05:00
change-log trying to get HEAD building again. If you want the code 2003-07-16 05:34:56 +00:00
config.guess r11375: Update to the latest config.guess and config.sub files. 2007-10-10 11:05:14 -05:00
config.sub r11375: Update to the latest config.guess and config.sub files. 2007-10-10 11:05:14 -05:00
configure.developer Use "$@" to preserve shell quoting in case somebody passes an escaped 2003-03-10 03:05:20 +00:00
configure.in r11863: BUG 3196: patch from Alex Deiter <tiamat@komi.mts.ru> to compile against the Sun LDAP client libs. But not for AD support; just ldap support 2007-10-10 11:05:31 -05:00
Doxyfile Remove reference to "mainpage.dox" and CodingStandards, which have 2003-02-28 04:02:16 +00:00
dynconfig.c port latest changes from SAMBA_3_0 tree 2003-08-02 20:06:57 +00:00
install-sh
mainpage.dox ading new files from 3.0 2003-07-16 05:42:34 +00:00
Makefile.in r11917: Move nt_token_to_group_list to srv_netlog_nt.c. srv_util.c is empty now. 2007-10-10 11:05:35 -05:00
smbadduser.in sync 3.0 into HEAD for the last time 2003-09-09 04:07:32 +00:00
VERSION r11613: fixing versions 2007-10-10 11:05:21 -05:00