index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for bug #922. Fast path not called for strlower_m() and strupper_m().
Jeremy Allison
2004-01-07
1
-2
/
+2
*
Typo fix.
Rafal Szczesniak
2004-01-07
1
-1
/
+1
*
Doxygen comment fix.
Rafal Szczesniak
2004-01-07
1
-2
/
+5
*
Fix from Justin Baugh <justin.baugh@request.com> for bugid #948 for
Jeremy Allison
2004-01-07
1
-1
/
+4
*
commiting jra's fix for Exchange clear test auth
Gerald Carter
2004-01-07
1
-1
/
+2
*
Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free().
Jeremy Allison
2004-01-07
1
-5
/
+7
*
Don't duplicate pulling the 'IPC' username from secrets.tdb, instead
Andrew Bartlett
2004-01-07
2
-7
/
+45
*
There is a German translation of swat -- surprise :-)
Volker Lendecke
2004-01-07
1
-5
/
+5
*
Add smbget utility, a simple wget-like utility that uses libsmbclient.
Jelmer Vernooij
2004-01-07
3
-4
/
+585
*
Fix segfualt caused by incorrect configuration. If lp_realm() was not set,
Andrew Bartlett
2004-01-06
1
-5
/
+9
*
Patch penguin. Cleaning out old mbp patch.
Jeremy Allison
2004-01-06
1
-22
/
+24
*
more commits logged
Gerald Carter
2004-01-06
1
-3
/
+4
*
Write bug number like in the rest of the file
Jelmer Vernooij
2004-01-06
1
-1
/
+1
*
Fix -s option to smbcontrol (#908)
Jelmer Vernooij
2004-01-06
2
-1
/
+2
*
remove unused seek_file(); don't hardcode '\' when printing the auth-user
Gerald Carter
2004-01-06
2
-26
/
+1
*
bumping to 3.0.2pre2
Gerald Carter
2004-01-06
1
-1
/
+1
*
more commit logs
Gerald Carter
2004-01-06
1
-3
/
+9
*
* making sure contributors are listed in alphabetical order
Gerald Carter
2004-01-06
1
-3
/
+7
*
isolate ldap debug messages to the common smbldap_XXX() functions
Gerald Carter
2004-01-06
3
-12
/
+9
*
XFS quota patch from Stefan Metzmacher <metze@metzemix.de>.
Jeremy Allison
2004-01-06
5
-42
/
+74
*
Updates for pread/pwrite code.
Jeremy Allison
2004-01-06
1
-0
/
+3
*
Correctly detect AFS headers on SuSE in /usr/include/afs/afs/
Volker Lendecke
2004-01-06
2
-6
/
+47
*
fix case in objectclass name (not that it really matters); patch from Darren ...
Gerald Carter
2004-01-06
5
-11
/
+11
*
Patch by Stefan Metzmacher <metze@metzemix.de>:
Andrew Bartlett
2004-01-06
1
-0
/
+4
*
Fix typo..
Volker Lendecke
2004-01-06
1
-1
/
+1
*
Patch based on work from James Peach <jpeach@sgi.com> to convert over to
Jeremy Allison
2004-01-06
10
-133
/
+345
*
Ensure that for wbinfo --set-auth-user, we actually use the domain.
Andrew Bartlett
2004-01-06
1
-2
/
+2
*
cifs mount helper merge
Steve French
2004-01-05
1
-226
/
+450
*
working on new format for relerase notes in 3.0.2pre1
Gerald Carter
2004-01-05
1
-157
/
+361
*
Fix more cases to ensure that as a server, we don't complain to the client
Andrew Bartlett
2004-01-05
1
-3
/
+1
*
Added last missing file.
Jeremy Allison
2004-01-05
1
-0
/
+486
*
Oops. Broke the build. Added missing files.
Jeremy Allison
2004-01-05
4
-0
/
+1109
*
Fix from James Flemer <jflemer@uvm.edu> to make HAVE_ATTR_LIST linked to
Jeremy Allison
2004-01-05
1
-3
/
+3
*
fix inverted check using krb5_kt_resolve() and HAVE_MEMORY_KEYTAB; bug 912
Gerald Carter
2004-01-05
1
-2
/
+2
*
Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....
Jeremy Allison
2004-01-05
5
-776
/
+133
*
Ensure we set "always sign" flag if set. We don't currently do anything with
Jeremy Allison
2004-01-05
1
-0
/
+4
*
Fix warning
Volker Lendecke
2004-01-05
1
-1
/
+1
*
Don't free the encrypted_session_key early - that causes the subsequent
Andrew Bartlett
2004-01-05
1
-1
/
+1
*
shorten some more lines.
Andrew Bartlett
2004-01-05
1
-7
/
+14
*
Try to keep vl happy - shorten some of these lines.
Andrew Bartlett
2004-01-05
1
-6
/
+12
*
Grumble... grumble... fix the build...
Andrew Bartlett
2004-01-05
1
-5
/
+7
*
Show the sid type in name->sid translatons in a way that can be easily
Andrew Bartlett
2004-01-05
1
-1
/
+1
*
Always call the auto-init funciton - this avoids tdb segfaulting under
Andrew Bartlett
2004-01-05
1
-0
/
+6
*
Correctly handle per-pipe NTLMSSP inside a NULL session. Previously we
Andrew Bartlett
2004-01-05
2
-7
/
+20
*
Change our Domain controller lookup routines to more carefully seperate
Andrew Bartlett
2004-01-05
9
-121
/
+144
*
Fix typo in RW2 torture test. Closes bugzilla bug #924.
Tim Potter
2004-01-05
1
-1
/
+1
*
Add const.
Andrew Bartlett
2004-01-05
1
-3
/
+3
*
There is some memory corruption hidden somewhere in our winbind code. If I
Andrew Bartlett
2004-01-05
1
-4
/
+8
*
Change (unused) structure parameter for cli_ds_enum_domain_trusts() cleanup.
Andrew Bartlett
2004-01-05
1
-1
/
+1
*
rpc_client/cli_lsarpc.c:
Andrew Bartlett
2004-01-05
8
-104
/
+102
[next]