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
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
2007-10-10
r13563: Fix bug #3526 found and diagnosed by corinna@vinschen.de.
Jeremy Allison
1
-0
/
+2
2007-10-10
r13559: Fix bug #3522 reported by Sandeep Tamhankar <sandman@electric-cloud.c...
Jeremy Allison
1
-6
/
+0
2007-10-10
r13557: (Hopefully) get the creds store/restore key right from
Jeremy Allison
2
-19
/
+42
2007-10-10
r13556: Ensure that any potential creds operation are protected
Jeremy Allison
1
-14
/
+31
2007-10-10
r13553: Fix all our warnings at -O6 on an x86_64 box.
Jeremy Allison
8
-28
/
+26
2007-10-10
r13552: Make sure we're using the same name to load the stored
Jeremy Allison
1
-1
/
+1
2007-10-10
r13550: remove pdb_guest
Gerald Carter
2
-161
/
+0
2007-10-10
r13548: Always use the get_remote_macinhe_name() as the key
Jeremy Allison
2
-51
/
+51
2007-10-10
r13547: add earlier checks to deny deleting a printer driver. The previous
Gerald Carter
2
-0
/
+29
2007-10-10
r13546: NSS soname merge from trunk
Gerald Carter
1
-3
/
+5
2007-10-10
r13545: A patch which I think it's time has come. VOlker, we can talk about
Gerald Carter
3
-30
/
+64
2007-10-10
r13544: -O1 janitor work :-)
Volker Lendecke
1
-6
/
+5
2007-10-10
r13542: Don't reuse a pointer we just freed (Doh!).
Jeremy Allison
1
-2
/
+2
2007-10-10
r13541: we have to wrap pen_enum_group_memberships() in become/unbecome_root()
Gerald Carter
1
-1
/
+5
2007-10-10
r13539: Add 128 bit creds processing client and server. Thanks to Andrew Bart...
Jeremy Allison
4
-24
/
+98
2007-10-10
r13538: Make sure we store all 16 bytes of credentials session
Jeremy Allison
1
-5
/
+6
2007-10-10
r13535: Fix #2353 based on a patch by William Jojo.
Jeremy Allison
1
-3
/
+4
2007-10-10
r13532: Add SWAT welcome _no_ doc page default page. This is required by
Lars Müller
1
-0
/
+3
2007-10-10
r13530: Fix from William Jojo for #1970. Make nmblookup do
Jeremy Allison
1
-7
/
+6
2007-10-10
r13529: No functional, line break changes to let it fit into 80 chares screen
Lars Müller
1
-8
/
+9
2007-10-10
r13528: Mention the tools and commandline option names used.
Lars Müller
1
-2
/
+2
2007-10-10
r13527: Adjust copyright header with information got from the 2.2 cvs tree.
Lars Müller
1
-3
/
+7
2007-10-10
r13526: Remove superfuous extra spaces at EOL.
Lars Müller
1
-8
/
+8
2007-10-10
r13525: This is only a cleanup to have the memset() and SAFE_FREE() only one
Lars Müller
1
-8
/
+9
2007-10-10
r13524: Add -t|--password-from-stdin option to pdbedit as we had with Samba 2.2.
Lars Müller
4
-56
/
+85
2007-10-10
r13523: Fix indent.
Günther Deschner
1
-13
/
+13
2007-10-10
r13522: Add SAMR_GET_USRDOM_PWINFO client-side.
Günther Deschner
4
-45
/
+132
2007-10-10
r13521: Implement LOOKUPNAME3 and 4.
Jeremy Allison
3
-30
/
+259
2007-10-10
r13519: Fix the credentials chaining across netlogon pipe disconnects.
Jeremy Allison
4
-68
/
+163
2007-10-10
r13517: Fix typo -- thanks to Karolin Seeger <ks@sernet.de>
Volker Lendecke
1
-1
/
+1
2007-10-10
r13515: Make sure to store the correct domain name in the server affinity cache.
Gerald Carter
1
-1
/
+1
2007-10-10
r13514: fix small glitch in the update procedure from /var/cache/samba mishap
Gerald Carter
1
-2
/
+1
2007-10-10
r13513: Changing defaults:
Gerald Carter
1
-16
/
+2
2007-10-10
r13512: Rewrite tdbsam code to use a reference count based open/close
Gerald Carter
1
-326
/
+281
2007-10-10
r13511: Fix bug in the samr dispinfo enumeration code.
Gerald Carter
1
-0
/
+11
2007-10-10
r13510: plug memory leak in WINS server code.
Gerald Carter
1
-0
/
+5
2007-10-10
r13509: remove unnecessary sql flags
Gerald Carter
1
-2
/
+0
2007-10-10
r13502: Fix error messages for usershares when smbd is not
Jeremy Allison
4
-20
/
+53
2007-10-10
r13500: Fix ordering of FD_* arguments.
James Peach
1
-10
/
+6
2007-10-10
r13498: Fix the kernel oplocks code for IRIX. Should fix #3515.
Jeremy Allison
3
-23
/
+39
2007-10-10
r13497: Fix #3508 from jason@ncac.gwu.edu
Jeremy Allison
1
-4
/
+8
2007-10-10
r13495: Derell, I'm removing that double setup_logging(), just a typo.
Günther Deschner
1
-1
/
+0
2007-10-10
r13494: Merge the stuff I've done in head the last days.
Volker Lendecke
17
-1467
/
+1066
2007-10-10
r13493: module_name and module_location are the same string. Fix a valgrind
Volker Lendecke
1
-1
/
+3
[next]