index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r13688: Revert change to set DAT_FILES and SWAT_MSG_FILES in the Makefile.
Lars Müller
3
-17
/
+14
2007-10-10
r13683: Fix the 'valid users = +users' problem I introduced.
Volker Lendecke
1
-0
/
+19
2007-10-10
r13682: Actually give a developer a prayer of finding out where
Jeremy Allison
1
-16
/
+17
2007-10-10
r13679: Commiting the rm_primary_group.patch posted on samba-technical
Gerald Carter
13
-407
/
+292
2007-10-10
r13678: Remove unneeded braces
Volker Lendecke
1
-5
/
+3
2007-10-10
r13677: patch from Max N. Boyarov <m.boyarov@sam-solutions.net>
Gerald Carter
1
-1
/
+1
2007-10-10
r13676: have to return a value from a non-void function
Gerald Carter
1
-1
/
+1
2007-10-10
r13675: * patch from Bjoern JACKE <samba@j3e.de> to remove the
Gerald Carter
1
-15
/
+4
2007-10-10
r13671: fix return value in (void)fn()
Gerald Carter
1
-1
/
+1
2007-10-10
r13669: Get rid of poor errno mapping table. Bounce through NTSTATUS instead.
Jeremy Allison
1
-39
/
+6
2007-10-10
r13664: Fix the cli_error codes to always detect a socket error.
Jeremy Allison
1
-39
/
+107
2007-10-10
r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is done
Lars Müller
12
-136
/
+400
2007-10-10
r13660: Attempt to better handle the failure that we cannot find our sid upon
Günther Deschner
2
-6
/
+13
2007-10-10
r13657: Let winbindd try to obtain the gecos field from the msSFU30Gecos
Günther Deschner
4
-12
/
+33
2007-10-10
r13656: Use the new installdirs.sh syntax for all calls.
Lars Müller
1
-4
/
+4
2007-10-10
r13648: Duh.
Tim Potter
1
-1
/
+1
2007-10-10
r13647: Fix for standalone Samba servers and XP clients. Reverts
Jeremy Allison
1
-4
/
+15
2007-10-10
r13645: Revert debug output.
Lars Müller
1
-4
/
+0
2007-10-10
r13644: Do not shift anything inside the for loop away. We ineterate over $@.
Lars Müller
1
-5
/
+0
2007-10-10
r13643: Enable script debug output to get some more details why some hosts
Lars Müller
1
-0
/
+4
2007-10-10
r13642: Fix install* scripts to use DESTDIR.
Lars Müller
4
-31
/
+37
2007-10-10
r13641: Finish fix for #3510. Don't use client schannel when told
Jeremy Allison
2
-22
/
+52
2007-10-10
r13639: Never overwrite the acct_flags in rpccli_netlogon_sam_network_logon().
Günther Deschner
2
-7
/
+2
2007-10-10
r13625: Now that Heimdal 0.7.2 is released, we reenable our strict checking for
Günther Deschner
1
-2
/
+1
2007-10-10
r13622: Allow to rename machine accounts in a Samba Domain. This still uses the
Günther Deschner
6
-15
/
+62
2007-10-10
r13614: First part of the bugfix for #3510 - net join fails
Jeremy Allison
2
-15
/
+28
2007-10-10
r13612: #define NO_SYSLOG is dead as a doornail.
Tim Potter
1
-2
/
+0
2007-10-10
r13610: Patch from Bjoern JACKE <samba@j3e.de>. Don't default to
Jeremy Allison
1
-4
/
+6
2007-10-10
r13607: Fix compile - don't ref auto variable in a structure initialization.
Jeremy Allison
1
-1
/
+1
2007-10-10
r13604: Fix for bug #3512 "use spnego=no" and "server signing=auto" cause cli...
Jeremy Allison
1
-22
/
+20
2007-10-10
r13601: * Remove unused code from pdb_ldap.c
Gerald Carter
5
-100
/
+18
2007-10-10
r13600: Move functions local to tdbsam to pdb_tdb.c
Gerald Carter
2
-391
/
+406
2007-10-10
r13599: krb5 error codes are defined as long. Also for the other direction.
Lars Müller
1
-1
/
+1
2007-10-10
r13598: Defining KRB5KRB_ERR_RESPONSE_TOO_BIG if not defined which is the case
Lars Müller
1
-0
/
+4
2007-10-10
r13597: krb5 error codes are defined as long.
Lars Müller
1
-1
/
+1
2007-10-10
r13594: Got sense of NTSTATUS check reversed.
Jeremy Allison
1
-2
/
+2
2007-10-10
r13593: consolidate pdb_set_sam_sids() into samu_set_unix() which
Gerald Carter
1
-116
/
+84
2007-10-10
r13591: I really have no idea how this code ever worked. And I have
Gerald Carter
1
-19
/
+22
2007-10-10
r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()
Gerald Carter
19
-237
/
+198
2007-10-10
r13589: Make sure we only try to close the tdbsam file in endsampwent() when we
Gerald Carter
1
-4
/
+11
2007-10-10
r13588: Second attempt to fix Bug #3330 - treat the string as a
Jeremy Allison
2
-8
/
+8
2007-10-10
r13585: Sorry Gunther, had to revert this. It's got a buffer
Jeremy Allison
3
-47
/
+12
2007-10-10
r13581: Correctly parse a non-null terminated, little-endian UCS2 string in the
Günther Deschner
3
-12
/
+47
2007-10-10
r13579: Next try to fix the AIX build. Thanks to Björn for nagging...
Volker Lendecke
1
-22
/
+20
2007-10-10
r13576: This is the beginnings of moving the SAM_ACCOUNT data structure
Gerald Carter
31
-917
/
+831
2007-10-10
r13574: fix build; talloctort.c should not use the TALLOC_FREE() macro
Gerald Carter
1
-40
/
+40
2007-10-10
r13573: removing wrepld from SAMBA_3_0. The Samba 4 work is more current and...
Gerald Carter
7
-2862
/
+2
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
61
-267
/
+268
2007-10-10
r13566: Fix EA support for AIX.
Günther Deschner
3
-1
/
+33
2007-10-10
r13564: Remove trailing backslash. Makes other than GNU make choke on this.
James Peach
1
-2
/
+1
[next]