summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * Some more fixes for syntax problems on AIX etc ...Richard Sharpe2003-05-091-2/+2
| | | | | | | | (This used to be commit 20756925486b407fbb2cf06d776ad2ce19b00c74)
| * Fix up a bunch of compiler warnings ...Richard Sharpe2003-05-091-13/+13
| | | | | | | | (This used to be commit cd1182ba75fbfa6b17964a3fefba2c2c0292cfb7)
| * Fix some compiler warnings about const etc ...Richard Sharpe2003-05-092-6/+5
| | | | | | | | (This used to be commit edc51dbc9ce319c612e2ff9434ca5a7521ba016f)
| * Fix nasty bug pointed out by samba-technical poster. If name is mangledJeremy Allison2003-05-091-1/+12
| | | | | | | | | | | | | | | | then we weren't always correctly detecting that it had a valid stat struct and so might now return a 'file existed'. Finally realized this when installing the W2K resource kit as a test case. Jeremy. (This used to be commit a0688316ce0a9bad0b24cbb495f6e0a112227b50)
| * fix bug #47; revert registration of workgroup<1b> to 2.2 behaviorGerald Carter2003-05-081-1/+1
| | | | | | | | (This used to be commit 26824f572d29bebd3791bad6f6690b35984705cd)
| * fixed bug #75; add check for non-zero destlenGerald Carter2003-05-081-1/+1
| | | | | | | | (This used to be commit bfcec106d00355d32eb40dde99ddd5d5bed4cedb)
| * SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATIONJeremy Allison2003-05-071-9/+1
| | | | | | | | | | | | are identical - noticed by "Dr. Tilo Levante" <tilo@levante.de>. Jeremy. (This used to be commit a635b6406ab091b4207b148d7a25099205008567)
| * Make fchown, fchmod conditional for systems that don't have them.Jeremy Allison2003-05-072-5/+20
| | | | | | | | | | Jeremy. (This used to be commit 4fe84f61735ee2328e01d2ae864b0e6c7729f51b)
| * Force ASCII for client messages. Patch from David Lee <t.d.lee@durham.ac.uk>Jeremy Allison2003-05-071-3/+2
| | | | | | | | | | Jeremy. (This used to be commit 56fd8427389a45fe640d84b3481e9f3f3c24b4b7)
| * Merge from distcc:Martin Pool2003-05-071-2/+8
| | | | | | | | | | | | | | | | Put in a prototype for dummy_snprintf() to quiet compiler warnings. Move #endif to make sure VA_COPY, LDOUBLE, etc are defined even if the C library has some snprintf functions already. (This used to be commit c49cfe1677b8daba4e2e73813ee712b2d0ec92cd)
| * We used to use the name "*",0x0 here, but some WindowsJeremy Allison2003-05-071-1/+9
| | | | | | | | | | | | | | | | | | servers don't answer that name. However we *know* they have the name workgroup#1b (as we just looked it up). So do the node status request on this name instead. Found at LBL labs. Jeremy. (This used to be commit c5b1654c28e33823a58c6447c152996a1eed1d0d)
| * Add metze's exit and idle event patchJelmer Vernooij2003-05-066-4/+163
| | | | | | | | (This used to be commit e599eba851db40816c684da2b7b1be4b978166e0)
| * uff, forgot to put back this one :-/Simo Sorce2003-05-061-0/+1
| | | | | | | | (This used to be commit 8e1e47b960495df7f603d7798d86734d070b21bb)
* | * set winbind cache time to 5 minutesGerald Carter2003-06-034-19/+96
| | | | | | | | | | | | | | * quit obsessing over the sequence number so much * share the updated sequence number between parent and child winbindd processes in dual mode (This used to be commit 6f99cafa95b2a9dc98d8272fe6a54e9d37098340)
* | Fix debug message merge.Jeremy Allison2003-06-031-1/+1
| | | | | | | | | | Jeremy. (This used to be commit d6f23166420d89ea7d3d5433e3234529681cb330)
* | Merge change winbindd cache time 15 -> 120 secs.Jeremy Allison2003-06-031-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 5acdf6752e187d329c4e59dd167e86549119c670)
* | Merge DEBUG message on usleep on open.Jeremy Allison2003-06-031-0/+1
| | | | | | | | | | Jeremy. (This used to be commit 063a210448d57e08db6d47a584c591f20645c80a)
* | Redhat 9 needs an explicit -lattr to be able to add POSIX ACLs.Jeremy Allison2003-06-031-2/+29
| | | | | | | | | | Jeremy. (This used to be commit 71bac46c5134fc22942150a1407baa9109aae8d1)
* | added the COMPRESSION_INFO trans2 QFILEINFO level and fixed theAndrew Tridgell2003-06-012-3/+10
| | | | | | | | | | IS_NAME_VALID QPATHINFO level (This used to be commit 1634346e2a6e73af80d4e68d50c6398fb24869a5)
* | fixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO levels. TheAndrew Tridgell2003-06-011-35/+2
| | | | | | | | | | | | | | | | | | structure we were using was completely wrong after the first few parameters. found by samba4 testsuite. Lots of other stuff also fails, but is harder to fix. (This used to be commit 6f34bd423ebb805e1e5a3b61bb5b2ca8530ce69d)
* | Fix compile.Volker Lendecke2003-05-311-1/+1
| | | | | | | | (This used to be commit 3ac622532a27659b9f9e26b1aa6858ce156641ac)
* | Got us happy running under valgrind again :-).Jeremy Allison2003-05-313-0/+10
| | | | | | | | | | Jeremy. (This used to be commit b6ab9d73610861d225d72845d4df7cf970155e39)
* | Fixes to stop valgrind complaining about uninitialised memory when it'sJeremy Allison2003-05-312-0/+16
| | | | | | | | | | | | | | copying clobbered buffer areas and doing hashes on them and sending them onto the wire. Jeremy. (This used to be commit 7dfcf714ae2e81fece489640e2341f132c9f567d)
* | Ensure 'blank' entries show up in both default and normal entries toJeremy Allison2003-05-302-14/+17
| | | | | | | | | | | | allow them to be changed. Works well with W2K and above. Jeremy. (This used to be commit 685e4e518236079f201650f26152f6f9ad3c61ab)
* | More on bug 137: rename more of krb5_xxx functions to not start with krb5_Jim McDonough2003-05-304-17/+17
| | | | | | | | (This used to be commit 10f1da3f4a9680a039a2aa26301b97e31c06c38d)
* | More on bug 137: rename remainder of krb5_xxx functions to not start with krb5_Jim McDonough2003-05-301-11/+11
| | | | | | | | (This used to be commit 4169de6d8fb1b13de3892ec787886cc1543736a1)
* | Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, soJim McDonough2003-05-302-6/+8
| | | | | | | | | | we wouldn't build. (This used to be commit 0e9836c4e9e71494b10d71a5f3d5f7da2888c5ef)
* | Remove module_path_get_name() - it's not used anywhere anymore and was a bad ↵Jelmer Vernooij2003-05-301-23/+0
| | | | | | | | | | | | idea anyway. (This used to be commit b45a67e7a9d0fab5b4af701a9fd483cc4897ab7f)
* | Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison2003-05-298-283/+278
| | | | | | | | | | | | | | | | This gets us closer to W2k+ in what we return for file ACLs. Fix horribly broken make_sec_desc() that screwed up the size when given a SD with no owner or group (how did it get this bad... ?). Jeremy. (This used to be commit 183c9ed4052ab14e269ed1234ca557053f77e77a)
* | Setting account policy values is done using -C, not -V. Fixes bug #120Jelmer Vernooij2003-05-291-1/+1
| | | | | | | | (This used to be commit daf443757b62bd3c254a303d638bfd030b4acd2a)
* | function() is *NOT* a valid C proto, but C++ only.Jeremy Allison2003-05-291-1/+1
| | | | | | | | | | | | | | The correct prototype in C is function(void). Please remember this ! Jeremy. (This used to be commit b6b844a1a23532927b1177b652191ddfa92437e0)
* | Add smb_register_idmap(). Based on a patch from metzeJelmer Vernooij2003-05-296-50/+94
| | | | | | | | (This used to be commit 7e352f5c62c4889bdf2662dded1e74a354890dc7)
* | Don't crash when doing namecompletion in smbclient. Fixes debian bug #194776Jelmer Vernooij2003-05-291-1/+1
| | | | | | | | (This used to be commit f130b4f2a143ef7507d7267ec12a11c1d91f0457)
* | Get the events API right. Patch from metze with some minor modifications.Jelmer Vernooij2003-05-292-64/+110
| | | | | | | | (This used to be commit 2aad5736256968f27c42a6f94bdbc7a22c236c19)
* | Fix bugzilla #117: winbindd looping on 100+char usernameJim McDonough2003-05-291-20/+10
| | | | | | | | | | This modifies lp_string to use alloc_sub_basic to allow any length substitution instead of fixed at 100 chars. (This used to be commit cad9d88a6125369a43f710a8870300b6f40d899c)
* | Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's toJeremy Allison2003-05-281-107/+14
| | | | | | | | | | | | | | be applied to new ACE set calls. This is incorrect. Don't think this has a bugzilla id. Jeremy. (This used to be commit cb70d8c9e87801c314d1b926d4e43ee451c04135)
* | DNS domain/server name constants were also swapped.Tim Potter2003-05-281-2/+2
| | | | | | | | (This used to be commit 0666e34d7c8f0863148763932f60a65ad936f2c9)
* | The constants for NetBIOS domain and server names in a NTLMSSP name list wereTim Potter2003-05-281-2/+2
| | | | | | | | | | swapped. (This used to be commit 92be28aa4a6ff42c601e9d2de978265a6c2e8c46)
* | Syncup with HEAD:Tim Potter2003-05-281-4/+10
| | | | | | | | | | | | | | >revision 1.3 >date: 2003/05/20 04:28:29; author: sfrench; state: Exp; lines: +10 -5 >Fix Linux cifs vfs mount helper parsing of slashes (This used to be commit b2b4a7e4998cc41842e8b564a4ccb77737aeed04)
* | It seems only NT4 does the VC == 0 session drop code.Jeremy Allison2003-05-281-1/+5
| | | | | | | | | | Jeremy. (This used to be commit 30bbf4c8c4cbed0f7980237ea9b78baa785dec3d)
* | cut-n-paste errorGerald Carter2003-05-271-1/+1
| | | | | | | | (This used to be commit eb567e803e2da3ce11174812a5162642d8ef342b)
* | Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resourcesJeremy Allison2003-05-271-1/+18
| | | | | | | | | | | | around. Jeremy. (This used to be commit bf0916e1da442606311c74ac73ccec2e9710d663)
* | fix bug 118; replace hard coded 'next[User|Group]Rid' attribute namesGerald Carter2003-05-271-6/+8
| | | | | | | | (This used to be commit f7ebb3c9e5d38d86d48459b7962a3da6d4900285)
* | volker's fix for crash when my_private_data == NULLGerald Carter2003-05-271-2/+8
| | | | | | | | (This used to be commit 40127404e3a664539de516723cf1239f47adc442)
* | volker's add_signature() fix; must pass the beginning on the outbuf to get ↵Gerald Carter2003-05-271-5/+5
| | | | | | | | | | | | the flags field (This used to be commit 48c8211084503172f053ad23b308901628f8a978)
* | Squash another compiler warning.Tim Potter2003-05-271-2/+2
| | | | | | | | (This used to be commit 8b208834354db39797e45fd041c408c7ab6eb314)
* | Fixed unused variable warning.Tim Potter2003-05-271-1/+2
| | | | | | | | (This used to be commit cdbe47a5d517eea95186aecdc3327160236a5d09)
* | I'm pretty sure these uint32's should be uid_t's. Can the passdb guysTim Potter2003-05-272-3/+3
| | | | | | | | | | please check this? (This used to be commit af4b1f869a7dca0d24391fb2cefef7e05cca2c04)
* | Fix printf warnings in debug statments.Tim Potter2003-05-271-2/+2
| | | | | | | | (This used to be commit d594e60f926e5618cd61585383bee315757ba73a)
* | Fix shadow parameter warning in free_empty_sys_acl()Tim Potter2003-05-271-5/+5
| | | | | | | | (This used to be commit 1b2b7766c8fa89f46f4d1c881ee91c4b0b15773a)