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
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Added Buchan Milne's DESTDIR patch.
John Terpstra
2002-10-30
1
-15
/
+15
|
*
Add autom4te.cache (used by newer autoconfs)
Jelmer Vernooij
2002-10-29
1
-0
/
+1
|
*
Fix a nice little memory leak in our uid changing code.
Andrew Bartlett
2002-10-29
1
-0
/
+2
|
*
Added close and unlink functions.
Tim Potter
2002-10-29
1
-0
/
+44
|
*
Fix fd leak with kernel change notify.
Jeremy Allison
2002-10-28
1
-1
/
+1
|
*
Implement 'net maxrid'. Needed to find the maximum current rid to
Volker Lendecke
2002-10-28
1
-0
/
+79
|
*
Fix bug in '-d'
Jelmer Vernooij
2002-10-26
1
-1
/
+1
|
*
One more step towards to better PDC.
Andrew Bartlett
2002-10-26
1
-208
/
+330
|
*
Make sure that we always return False if the password change never returns.
Andrew Bartlett
2002-10-26
1
-4
/
+8
|
*
Updates to winbind's PAM client and server - make the debug logs
Andrew Bartlett
2002-10-26
2
-19
/
+44
|
*
Fix problem where an fd would be left open for every printer queue.
Jeremy Allison
2002-10-26
1
-0
/
+27
|
*
PURGE_PRINTER fix from APP_HEAD
Gerald Carter
2002-10-25
1
-2
/
+0
|
*
Fix memory leak (patch by Steve Langasek)
Jelmer Vernooij
2002-10-25
1
-0
/
+14
|
*
Only run free_private_data when it's specified (reported by Steve Langasek ak...
Jelmer Vernooij
2002-10-25
1
-1
/
+2
|
*
Reverted a fix from Volker (sorry). We need to move this fix to the correct
Jeremy Allison
2002-10-23
1
-0
/
+3
|
*
much simpler code to choose a DC to contact in winbindd. We now always
Andrew Tridgell
2002-10-23
1
-55
/
+6
|
*
Debug level 12 is a typo.
Jeremy Allison
2002-10-23
1
-2
/
+2
|
*
First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
Jeremy Allison
2002-10-23
8
-202
/
+559
|
*
if trusted domains are disabled then we should not try to connect to
Andrew Tridgell
2002-10-23
1
-1
/
+6
|
*
fixed a possible segv when dealing with a blank password
Andrew Tridgell
2002-10-23
1
-2
/
+6
|
*
Fix for systems that allow more than 65536 open files per process.
Jeremy Allison
2002-10-22
3
-5
/
+11
|
*
Some was asking to look at this code, so better it stay there until we decide...
Simo Sorce
2002-10-22
5
-0
/
+1846
|
*
Fixed bug in session setup kwlist.
Tim Potter
2002-10-21
1
-2
/
+25
|
*
Same segfault as in add_groupmem.
Volker Lendecke
2002-10-21
1
-5
/
+10
|
*
pdb_unix.c did not really expect group RIDs dictated by a PDC and looking
Volker Lendecke
2002-10-21
1
-2
/
+4
|
*
merge from samba_3_0
Gerald Carter
2002-10-21
5
-317
/
+94
|
*
This moves the group mapping API into the passdb backend.
Volker Lendecke
2002-10-21
16
-52
/
+546
|
*
I was somewhat annoyed by 'pdbedit -a vl' spitting an error message
Volker Lendecke
2002-10-21
1
-1
/
+7
|
*
Fix usage message
Jelmer Vernooij
2002-10-21
1
-1
/
+1
|
*
Remove obsolete acconfig.h - we now use comments in AC_DEFINE()
Jelmer Vernooij
2002-10-21
5
-905
/
+1144
*
|
Merge Jim's new rpc client code to 3.0.
Jeremy Allison
2002-11-07
1
-110
/
+145
*
|
Fix the build.
Jim McDonough
2002-11-07
1
-1
/
+4
*
|
Stop using hardcoded smbtrans subcommands
Jim McDonough
2002-11-07
1
-3
/
+3
*
|
Define smbtrans subcommands so we can stop hardcoding them
Jim McDonough
2002-11-07
1
-0
/
+5
*
|
Perform my janitorial duties.
Tim Potter
2002-11-07
1
-6
/
+0
*
|
Keeping 3.0 in sync....
Jeremy Allison
2002-11-07
1
-7
/
+11
*
|
Jeremy the janitor again... keeping 3.0 in sync with tridge's changes this
Jeremy Allison
2002-11-07
1
-0
/
+3
*
|
Keep branches in sync.....
Jeremy Allison
2002-11-07
2
-15
/
+26
*
|
Keeping branches in sync....
Jeremy Allison
2002-11-07
1
-1
/
+2
*
|
Being tpot's janitor again.... checking in things only checked into HEAD.
Jeremy Allison
2002-11-07
1
-3
/
+4
*
|
Merge of scalable printing code fix... Needs testing.
Jeremy Allison
2002-11-07
10
-54
/
+356
*
|
Sync up python stuff from HEAD.
Tim Potter
2002-11-07
7
-303
/
+463
*
|
Merge of get_dc_list() api change from HEAD.
Tim Potter
2002-11-06
8
-123
/
+109
*
|
Merge things that bloody tpot should be doing :-).
Jeremy Allison
2002-11-06
1
-2
/
+14
*
|
Ensure can_delete returns the correct error code.
Jeremy Allison
2002-11-05
1
-1
/
+4
*
|
Missed extern.
Jeremy Allison
2002-11-05
1
-0
/
+1
*
|
Fix to correctly return NT_STATUS_DELETE_PENDING.
Jeremy Allison
2002-11-05
2
-0
/
+4
*
|
Merge vl's 'algorithmic rid base' patch, and my changes to pdb_smbpasswd's NUA
Andrew Bartlett
2002-11-05
3
-24
/
+58
*
|
Sync with HEAD.
Tim Potter
2002-11-04
11
-68
/
+265
*
|
remove 'sam backend'
Jelmer Vernooij
2002-11-04
1
-3
/
+0
[prev]
[next]